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;