diff options
author | d-s <ds@voyager.local> | 2023-05-08 23:36:04 +0200 |
---|---|---|
committer | d-s <ds@voyager.local> | 2023-05-08 23:36:04 +0200 |
commit | 5e80451f3db077d1fb5814b9e45cec455ac9581c (patch) | |
tree | 01dfd1391780b86357a7df935f86802af9d1b2f8 /static | |
parent | bce1d1f96b027f3af52af48d11878550cc75563c (diff) |
chore: force full-width
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css index d31e568..32dc3a0 100644 --- a/static/style.css +++ b/static/style.css @@ -75,7 +75,7 @@ a:hover { flex-shrink: 0; } -@media (max-width: 710px) { +@media (max-width: 100000px) { #topnav { width: 100%; } @@ -89,7 +89,7 @@ h1 { font-size: 2.5em; margin: 0; } -@media (max-width: 710px) { +@media (max-width: 71000000px) { h1 { margin-bottom: 10px; } @@ -100,7 +100,7 @@ logo{ height: auto; width: auto; } -@media (max-width: 710px) { +@media (max-width: 7100000000px) { .logo img { height: 40px; } @@ -115,7 +115,7 @@ p display: block; margin-bottom: 5px; } -@media (max-width: 710px) { +@media (max-width: 71000000000px) { .left-column nav a { display: inline-block; margin-right: 10px; @@ -141,7 +141,7 @@ main { padding: 5px; } -@media (max-width: 710px) { +@media (max-width: 710000000000px) { .right-column { flex: 100%; } |