adjust sidebar width & margin

This commit is contained in:
Frédéric Péters 2018-08-21 10:37:12 +02:00
parent 5cad10dc82
commit e779fef528
1 changed files with 2 additions and 4 deletions

View File

@ -381,13 +381,11 @@ div#main-content {
#sidebar {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-left: 1rem;
margin-right: 0;
width: 22rem;
width: 24rem;
box-sizing: border-box;
padding: 0 1rem;
background: white;
max-width: 22rem;
max-width: 24rem;
@media screen and (max-width: $mobile-limit) {
width: auto;
max-width: 100%;