client/css: refine mobile sidebar styling
This commit is contained in:
parent
a08c7d65da
commit
a962bb351a
|
@ -33,6 +33,8 @@
|
||||||
i
|
i
|
||||||
font-size: 140%
|
font-size: 140%
|
||||||
text-align: center
|
text-align: center
|
||||||
|
@media (max-width: 800px)
|
||||||
|
margin-top: 2em
|
||||||
|
|
||||||
>.content
|
>.content
|
||||||
width: 100%
|
width: 100%
|
||||||
|
@ -50,6 +52,7 @@
|
||||||
order: 2
|
order: 2
|
||||||
min-width: 100%
|
min-width: 100%
|
||||||
max-width: 0
|
max-width: 0
|
||||||
|
margin-right: 0
|
||||||
>.content
|
>.content
|
||||||
order: 1
|
order: 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue