From b0cadc146265b55a3cbc8ed77fa85be4bb155a53 Mon Sep 17 00:00:00 2001 From: Janne Koivistoinen Date: Tue, 19 Dec 2017 15:37:01 +0200 Subject: [PATCH] design review done --- src/containers/ProfilePage/ProfilePage.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/containers/ProfilePage/ProfilePage.css b/src/containers/ProfilePage/ProfilePage.css index 14185c80..81f883ed 100644 --- a/src/containers/ProfilePage/ProfilePage.css +++ b/src/containers/ProfilePage/ProfilePage.css @@ -86,8 +86,6 @@ .bio { /* Preserve newlines, but collapse other whitespace */ white-space: pre-line; - - max-width: 563px; margin: 5px 0 24px 0; @media (--viewportMedium) { @@ -95,6 +93,7 @@ } @media (--viewportLarge) { margin: 0 0 56px 0; + max-width: 600px; } } @@ -163,6 +162,7 @@ &:nth-of-type(1), &:nth-of-type(2) { margin-top: 20px; + margin-bottom: 36px; } } } @@ -175,6 +175,10 @@ .desktopReviews { margin-top: 28px; + + @media (--viewportLarge) { + max-width: 600px; + } } .desktopReviewsTitle {