1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:59:28 +00:00

Style cleanups

This commit is contained in:
2022-01-31 22:20:26 +00:00
parent 5946aeffb0
commit cb4c32591d
2 changed files with 3 additions and 6 deletions

View File

@@ -12,9 +12,6 @@
p, span { p, span {
font-weight: 300; font-weight: 300;
font-size: .7em;
letter-spacing: -0.005em;
margin: 1em 0;
} }
.testimonial__separator { .testimonial__separator {

View File

@@ -73,6 +73,7 @@
.testimonials__container { .testimonials__container {
display: grid; display: grid;
gap: 1.5rem; gap: 1.5rem;
margin-top: 1rem;
padding: 0 1.5rem; padding: 0 1.5rem;
@include respond-to('medium') { @include respond-to('medium') {
@@ -90,13 +91,12 @@
.contact__container { .contact__container {
display: grid; display: grid;
margin: auto; margin: 2rem auto;
gap: 1rem; gap: 1rem;
width: 85vw; width: 85vw;
.contact__content__heading { .contact__content__heading {
font-weight: bold; margin: 0;
font-size: 1.5em;
} }
.contact__content__details span { .contact__content__details span {