From 3730e4ef3c219771ad957625383bd95fe5270f09 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Tue, 14 May 2024 22:31:32 +0200 Subject: [PATCH] Add padding in footer --- www/res/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/res/style.css b/www/res/style.css index 445c8ae..da7fa28 100644 --- a/www/res/style.css +++ b/www/res/style.css @@ -205,12 +205,11 @@ footer a { height: unset; align-items: center; gap: 1em; + padding-top: 3em; } - footer > *:not(:first-child) { width: 300px; } - .home { font-size: 0.5em; }