mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
LayoutSideNavigation padding on smaller screens
This commit is contained in:
parent
8595f2faf8
commit
a8f1b033a6
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue