home page styling edits

This commit is contained in:
Calvin Jhunjhnuwala
2021-06-21 14:20:19 -07:00
parent ab09eac975
commit ea5384623c
5 changed files with 115 additions and 28 deletions

View File

@@ -83,7 +83,18 @@ h6, .h6 {
line-height: 24px;
}
}
.longform {
font-size: 1.5rem;
line-height: 32px;
color: $gray-100;
font-weight: normal;
@include media-breakpoint-down(sm) {
font-size: 1rem;
line-height: 24px;
}
}
p {
color: $gray-200;
font-size: 1rem;
line-height: 24px;
}