reduce sidebar width by 10%
This commit is contained in:
parent
64a39d6c7e
commit
b4091ba148
@ -142,7 +142,7 @@
|
|||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
width: 50em;
|
width: 40em;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -153,7 +153,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar.hidden {
|
.sidebar.hidden {
|
||||||
left: -50em;
|
left: -40em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar .container {
|
.sidebar .container {
|
||||||
|
Loading…
Reference in New Issue
Block a user