diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-20 10:26:05 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-20 10:26:05 +0100 |
commit | 88d5fc5c4bee429b493417789ef9145af60be34f (patch) | |
tree | 803a78a370622ed2a5fb049722c272b250852561 /public/styles.css | |
parent | 0f987c144a7678b781ae8c3ac2428e2672b0cafd (diff) |
For now this is the best I can do
Diffstat (limited to 'public/styles.css')
-rw-r--r-- | public/styles.css | 20 |
1 files changed, 14 insertions, 6 deletions
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; + } } |