mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-26 00:29:45 +02:00
feat: hide-sidebar-content-on-mobile (#241)
This commit is contained in:
parent
237db3e472
commit
1bc65be955
2 changed files with 6 additions and 5 deletions
|
@ -50,12 +50,13 @@
|
|||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
@media (--mobile){
|
||||
@media (--mobile) {
|
||||
margin: 0 -8px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
&--hidden {
|
||||
display: none;
|
||||
&--visible {
|
||||
display: block;
|
||||
}
|
||||
|
||||
&--invisible {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue