diff --git a/assets/style.css b/assets/style.css index b32eb0b..91defa2 100644 --- a/assets/style.css +++ b/assets/style.css @@ -263,10 +263,13 @@ html.night #theme-control::before { display: block; } -@media only screen and (max-width: 800px) { +@media only screen and (max-width: 1000px) { #main { width: 95%; } + header a { + padding: 5px 8px; + } } @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {