Fix mobile left-sidebar style
This commit is contained in:
parent
f539a90635
commit
432b1ce946
1 changed files with 2 additions and 2 deletions
|
@ -102,13 +102,13 @@
|
||||||
}
|
}
|
||||||
.left-sidebar-item {
|
.left-sidebar-item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 2em;
|
flex: 1;
|
||||||
}
|
}
|
||||||
.left-sidebar {
|
.left-sidebar {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-right: 1em;
|
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 800px) {
|
@media (min-width: 800px) {
|
||||||
|
|
Loading…
Reference in a new issue