LayoutSideNavigation padding on smaller screens

This commit is contained in:
Vesa Luusua 2017-09-25 15:00:24 +03:00
parent 8595f2faf8
commit a8f1b033a6

View file

@ -36,10 +36,11 @@
.contentWrapper {
/* Expand to the full remaining width of the viewport */
flex: 1;
flex-grow: 1;
display: flex;
flex-direction: column;
padding: 24px;
@media (--viewportLarge) {
padding: 118px 15vw 82px 82px;