1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 06:55:26 +02:00

Fix sidebar being impossible to hide on tablet screen

This commit is contained in:
Tanya Fomina 2022-09-14 20:28:59 +03:00
parent c383ee48c2
commit 910e35cef3

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;