squish in the header a little on smaller screens

This commit is contained in:
Lynne Megido 2020-03-25 21:16:30 +10:00
parent 266298132a
commit bcdcd2ee11
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -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) {