From 22e43da5d17af24dff131ee593d23ad8086949bf Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Wed, 25 Mar 2020 21:21:04 +1000 Subject: [PATCH] more mitigations for smol screens --- assets/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index 91defa2..e36b26f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -145,9 +145,6 @@ header a { padding: 5px 15px; transition: 0.2s all; } -header span:not(#theme-control), header a { - height: 100%; -} html.night header a { color: white; } @@ -270,6 +267,9 @@ html.night #theme-control::before { header a { padding: 5px 8px; } + header { + justify-content: space-around; + } } @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { @@ -321,6 +321,7 @@ html.night #theme-control::before { } header span { width: 100%; + text-align: center; } header span:not(#theme-control), header a { height: unset;