diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index 7aeb0619..129b41c6 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -13,7 +13,7 @@ padding: 0 30px 33px 30px; } - @media (--viewportLarge) { + @media (--viewportLarge) { padding: 0 30px 81px 30px; border-top: none; } diff --git a/src/components/UserCard/UserCard.css b/src/components/UserCard/UserCard.css index 5555d3bc..a6d58e53 100644 --- a/src/components/UserCard/UserCard.css +++ b/src/components/UserCard/UserCard.css @@ -59,11 +59,11 @@ .showMore { margin-left: 5px; - @apply --marketplaceH4FontStyles; + @apply --marketplaceH4FontStyles; } .links { - @apply --marketplaceH4FontStyles; + @apply --marketplaceH4FontStyles; } .withBioMissingAbove { diff --git a/src/containers/LandingPage/LandingPage.css b/src/containers/LandingPage/LandingPage.css index 3132f5f0..1dd5ca2b 100644 --- a/src/containers/LandingPage/LandingPage.css +++ b/src/containers/LandingPage/LandingPage.css @@ -20,14 +20,14 @@ padding: 0; @media (--viewportMedium) { - min-height: 500px; - height: 80vh; - max-height: none; + min-height: 500px; + height: 80vh; + max-height: none; } @media (--viewportLarge) { - min-height: 600px; - height: calc(100vh - var(--topbarHeightDesktop)); + min-height: 600px; + height: calc(100vh - var(--topbarHeightDesktop)); } } diff --git a/src/containers/ProfilePage/ProfilePage.css b/src/containers/ProfilePage/ProfilePage.css index 26397adc..f25bed22 100644 --- a/src/containers/ProfilePage/ProfilePage.css +++ b/src/containers/ProfilePage/ProfilePage.css @@ -114,7 +114,7 @@ margin-bottom: 0; @media (--viewportMedium) { - margin-top: 48px; + margin-top: 48px; margin-bottom: 8px; } @media (--viewportLarge) { @@ -175,14 +175,14 @@ } .mobileReviews { - margin-bottom: 36px; + margin-bottom: 36px; } .desktopReviews { margin-top: 28px; @media (--viewportMedium) { - margin-bottom: 48px; + margin-bottom: 48px; } @media (--viewportLarge) {