From 5330770f34833942f1d01c378cd97bf7866f98b8 Mon Sep 17 00:00:00 2001 From: Janne Koivistoinen Date: Tue, 19 Dec 2017 15:03:21 +0200 Subject: [PATCH] ready for Hannu to work on the li element --- src/components/LayoutSideNavigation/LayoutSideNavigation.css | 2 +- src/components/LayoutWrapperSideNav/LayoutWrapperSideNav.css | 2 +- src/containers/ProfilePage/ProfilePage.css | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/LayoutSideNavigation/LayoutSideNavigation.css b/src/components/LayoutSideNavigation/LayoutSideNavigation.css index bdae085f..9ac7a229 100644 --- a/src/components/LayoutSideNavigation/LayoutSideNavigation.css +++ b/src/components/LayoutSideNavigation/LayoutSideNavigation.css @@ -35,7 +35,7 @@ padding: 24px; @media (--viewportLarge) { - padding: 118px 15vw 82px 82px; + padding: 116px 15vw 82px 82px; background-color: var(--matterColorLight); border-left-width: 1px; border-left-style: solid; diff --git a/src/components/LayoutWrapperSideNav/LayoutWrapperSideNav.css b/src/components/LayoutWrapperSideNav/LayoutWrapperSideNav.css index e57de45c..3d60dc09 100644 --- a/src/components/LayoutWrapperSideNav/LayoutWrapperSideNav.css +++ b/src/components/LayoutWrapperSideNav/LayoutWrapperSideNav.css @@ -14,7 +14,7 @@ box-shadow: var(--boxShadow); @media (--viewportLarge) { - padding: 113px 0 82px 15vw; + padding: 112px 0 82px 15vw; flex-direction: column; justify-content: flex-start; border: none; diff --git a/src/containers/ProfilePage/ProfilePage.css b/src/containers/ProfilePage/ProfilePage.css index cd02869b..14185c80 100644 --- a/src/containers/ProfilePage/ProfilePage.css +++ b/src/containers/ProfilePage/ProfilePage.css @@ -118,7 +118,8 @@ margin-bottom: 0; } @media (--viewportLarge) { - margin-top: 19px; + margin-top: 58px; + margin-bottom: 8px; } } @@ -158,7 +159,7 @@ } /* Vertical space */ - margin-top: 41px; + margin-top: 0; &:nth-of-type(1), &:nth-of-type(2) { margin-top: 20px;