diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-20 09:21:43 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-20 09:21:43 +0100 |
commit | 0f987c144a7678b781ae8c3ac2428e2672b0cafd (patch) | |
tree | f84f51ecd0af519333c3763f21b2ce492d435032 /public/styles.css | |
parent | 9a5bf685faaf0848175e691d89a310524d29b777 (diff) |
trying to get mobile working (Again)
Diffstat (limited to 'public/styles.css')
-rw-r--r-- | public/styles.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/public/styles.css b/public/styles.css index 3c05638..4b2976c 100644 --- a/public/styles.css +++ b/public/styles.css @@ -34,15 +34,15 @@ nav ul li { margin-right: 20px; } +nav ul li.logo img { + max-height: 70px; +} + nav ul li a { color: #716181; text-decoration: none; } -nav ul li.logo img { - max-height: 70px; -} - a { color: #643f7c; text-decoration: none; @@ -91,11 +91,11 @@ a:hover { max-width: 100%; padding: 0 10px; } - + .title { font-size: 28px; } - + nav ul li { display: block; margin: 10px 0; @@ -115,7 +115,7 @@ a:hover { .title { font-size: 24px; } - + .description { font-size: 14px; } |