squish in the header a little on smaller screens
This commit is contained in:
parent
266298132a
commit
bcdcd2ee11
1 changed files with 4 additions and 1 deletions
|
@ -263,10 +263,13 @@ html.night #theme-control::before {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 800px) {
|
@media only screen and (max-width: 1000px) {
|
||||||
#main {
|
#main {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
|
header a {
|
||||||
|
padding: 5px 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
||||||
|
|
Loading…
Reference in a new issue