From eff08cd21122b3d421e4281bc6439d3c4e4986e5 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 22 Dec 2017 12:59:29 +0200 Subject: [PATCH] Padding fix --- src/containers/ProfilePage/ProfilePage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/ProfilePage/ProfilePage.css b/src/containers/ProfilePage/ProfilePage.css index 81f883ed..5d60baff 100644 --- a/src/containers/ProfilePage/ProfilePage.css +++ b/src/containers/ProfilePage/ProfilePage.css @@ -104,7 +104,7 @@ padding-bottom: 23px; @media (--viewportMedium) { - padding-bottom: 58px; + padding-bottom: 22px; } } @@ -148,6 +148,7 @@ @media (--viewportMedium) { /* Two columns in desktop */ width: calc(50% - 12px); + margin-bottom: 36px; /* Horizontal space */ &:nth-of-type(odd) { @@ -162,7 +163,6 @@ &:nth-of-type(1), &:nth-of-type(2) { margin-top: 20px; - margin-bottom: 36px; } } }