mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-07 02:40:22 -05:00
Compress listings on non-wide screens
This commit is contained in:
parent
90c6491854
commit
de096e19d6
@ -1493,3 +1493,9 @@
|
|||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and ( max-width: 40em ) {
|
||||||
|
ul, ol {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user