mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 13:19:42 +02:00
Fix sidebar being impossible to hide on tablet screen (#266)
This commit is contained in:
parent
c383ee48c2
commit
5bbfd32621
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue