From bcdcd2ee11126066db4061cb930b9e20815b82e6 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Wed, 25 Mar 2020 21:16:30 +1000 Subject: [PATCH] squish in the header a little on smaller screens --- assets/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) {