Update landing styles

This commit is contained in:
Daniel Supernault 2023-04-09 12:16:52 -06:00
parent 738925c20d
commit 3ba32edfc9
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -30,7 +30,13 @@ body {
span {
font-weight: bold;
font-size: 24px;
font-size: 14px;
display: none;
@include media-breakpoint-up(sm) {
display: block;
font-size: 18px;
}
}
}