From 8469611aa4bd3371f88dd7bc1103db9c38ea2f9b Mon Sep 17 00:00:00 2001 From: Hannu Lyytikainen Date: Mon, 18 Dec 2017 17:15:56 +0200 Subject: [PATCH] Fix mobile baseline alignment on ProfilePage --- src/containers/ProfilePage/ProfilePage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/ProfilePage/ProfilePage.css b/src/containers/ProfilePage/ProfilePage.css index e0f25245..cd02869b 100644 --- a/src/containers/ProfilePage/ProfilePage.css +++ b/src/containers/ProfilePage/ProfilePage.css @@ -169,7 +169,7 @@ .mobileReviewsTitle { @apply --marketplaceH3FontStyles; color: var(--matterColorAnti); - margin: 24px 0; + margin: 24px 0 26px 0; } .desktopReviews {