1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 21:29:41 +02:00

Fix sidebar being impossible to hide on tablet screen (#266)

This commit is contained in:
Tanya 2022-09-15 20:12:57 +03:00 committed by GitHub
parent c383ee48c2
commit 5bbfd32621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,11 @@
padding-bottom: 0; padding-bottom: 0;
} }
@media (--tablet) {
margin: 0 -8px;
display: none;
}
@media (--mobile) { @media (--mobile) {
margin: 0 -8px; margin: 0 -8px;
display: none; display: none;