From 88d5fc5c4bee429b493417789ef9145af60be34f Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sat, 20 Jul 2024 10:26:05 +0100 Subject: For now this is the best I can do --- public/styles.css | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'public/styles.css') diff --git a/public/styles.css b/public/styles.css index 4b2976c..e26ec50 100644 --- a/public/styles.css +++ b/public/styles.css @@ -17,12 +17,6 @@ header { padding: 20px; } -.title { - font-size: 36px; - font-family: 'Arial Black', sans-serif; - color: #C4A000; -} - nav ul { list-style: none; padding: 0; @@ -96,12 +90,22 @@ a:hover { font-size: 28px; } + nav ul { + display: flex; + flex-direction: column; + align-items: center; + } + nav ul li { display: block; margin: 10px 0; text-align: center; } + nav ul li.logo img { + max-height: 50px; + } + .description { font-size: 16px; } @@ -123,5 +127,9 @@ a:hover { .posts h2 { font-size: 20px; } + + nav ul li { + margin: 5px 0; + } } -- cgit v1.2.3