From a8f1b033a6bb20cbfe514efd92b852f3b8200463 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Mon, 25 Sep 2017 15:00:24 +0300 Subject: [PATCH] LayoutSideNavigation padding on smaller screens --- src/components/LayoutSideNavigation/LayoutSideNavigation.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/LayoutSideNavigation/LayoutSideNavigation.css b/src/components/LayoutSideNavigation/LayoutSideNavigation.css index b4133d73..11c238d9 100644 --- a/src/components/LayoutSideNavigation/LayoutSideNavigation.css +++ b/src/components/LayoutSideNavigation/LayoutSideNavigation.css @@ -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;