From 7862b55b426700cab6917abb3df1a444bf0bc605 Mon Sep 17 00:00:00 2001 From: Mladen Gibanica <11275336+mgcth@users.noreply.github.com> Date: Sun, 7 Jan 2024 22:29:38 +0100 Subject: [PATCH] Update styling --- theme/css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/theme/css/style.css b/theme/css/style.css index f49f3ed..759f5db 100644 --- a/theme/css/style.css +++ b/theme/css/style.css @@ -25,7 +25,7 @@ html, body { /* Menu */ #nav { padding: 0 40px 0 40px; - font-size: 2em; + font-size: 1.5em; background-color: #c9d3c2; } @@ -40,14 +40,15 @@ html, body { } .nav ul > li:first-of-type { + font-size: 2em; font-family: "Hobo"; -} + text-align: left; +} .nav a, .nav a:visited { - flex: 0 0 auto; display: flex; - align-items: center; + align-items: end; height: 60px; padding: 0; }