From cb4c32591d9804d03f9e622a07283fe502fb293e Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 31 Jan 2022 22:20:26 +0000 Subject: [PATCH] Style cleanups --- src/stylesheets/components/_testimonial.scss | 3 --- src/stylesheets/pages/_index.scss | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/stylesheets/components/_testimonial.scss b/src/stylesheets/components/_testimonial.scss index d148327..50b1b84 100644 --- a/src/stylesheets/components/_testimonial.scss +++ b/src/stylesheets/components/_testimonial.scss @@ -12,9 +12,6 @@ p, span { font-weight: 300; - font-size: .7em; - letter-spacing: -0.005em; - margin: 1em 0; } .testimonial__separator { diff --git a/src/stylesheets/pages/_index.scss b/src/stylesheets/pages/_index.scss index 26f8ad1..9c465cf 100644 --- a/src/stylesheets/pages/_index.scss +++ b/src/stylesheets/pages/_index.scss @@ -73,6 +73,7 @@ .testimonials__container { display: grid; gap: 1.5rem; + margin-top: 1rem; padding: 0 1.5rem; @include respond-to('medium') { @@ -90,13 +91,12 @@ .contact__container { display: grid; - margin: auto; + margin: 2rem auto; gap: 1rem; width: 85vw; .contact__content__heading { - font-weight: bold; - font-size: 1.5em; + margin: 0; } .contact__content__details span {