diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-12-03 15:28:03 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-12-03 15:28:10 -0500 |
| commit | 9eaa63953d73bd46b159170ab592bc67cc824c54 (patch) | |
| tree | fa1212ecb9e699bb436dac0780de22084c7acbaa /haunt/static/css/style.css | |
| parent | b558db752e435cd1ae6512336d6583ce03c8ea40 (diff) | |
[theme] Update header navbar
Diffstat (limited to 'haunt/static/css/style.css')
| -rw-r--r-- | haunt/static/css/style.css | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 1210f6c..3ee08fc 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -38,7 +38,7 @@ body > header { align-items: center; } -@media screen and (max-width: 480px) { +@media screen and (max-width: 360px) { body > header { flex-direction: column; flex-wrap: wrap; @@ -326,21 +326,10 @@ body > footer > div > p { /* About page. */ -#site-map { - display: grid; - grid-template-columns: repeat(2, 1fr); - grid-gap: 1rem; - - padding: 0 1rem; -} - -#site-map > section { - text-align: center; -} - .overline { border-top: 2px solid #d2d6dd; margin-top: 0.5rem; + overflow: auto; /* Not specific to overline. */ } /* Tables. */ |