mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Make @media queries whitespace consistent
This commit is contained in:
parent
efabd69476
commit
48ae55942f
1 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ button.danger:hover {
|
|||
border-left: 1px solid var(--sidebar-background);
|
||||
}
|
||||
|
||||
@media(max-width: 640px) {
|
||||
@media (max-width: 640px) {
|
||||
#buffer-list ul {
|
||||
width: 0px;
|
||||
}
|
||||
|
@ -625,7 +625,7 @@ kbd {
|
|||
}
|
||||
}
|
||||
|
||||
@media(max-width: 640px) {
|
||||
@media (max-width: 640px) {
|
||||
.expander {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue