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 {