From: rick Date: Sat, 3 Jan 2026 13:58:41 +0000 (+0100) Subject: move media query at the end of the file X-Git-Url: http://git.gyiwr.tf/?a=commitdiff_plain;h=6065cf288e4617fab4359cf7c78e15fdd5c41c27;p=gyiwr.git move media query at the end of the file --- diff --git a/css/ccc.css b/css/ccc.css index 5c70b7c..fd88018 100644 --- a/css/ccc.css +++ b/css/ccc.css @@ -180,13 +180,6 @@ div#footer-text * { color: var(--color-neutral); } -@media only screen and (max-width: 641px) { - #header-links { - background-color: var(--color-neutral); - border-top: solid var(--color-dark); - } -} - table { border-color: var(--color-dark); } @@ -218,3 +211,10 @@ td { .hiatus { color: orange; } + +@media only screen and (max-width: 641px) { + #header-links { + background-color: var(--color-neutral); + border-top: solid var(--color-dark); + } +}