Typography adjustment (p & .lead) on mobile

This commit is contained in:
Thomas Smith 2022-09-28 17:38:43 -04:00
parent 3c3da30822
commit 709bef1e29
2 changed files with 4 additions and 4 deletions

View file

@ -281,12 +281,12 @@ hr{
background-repeat: repeat-y; background-repeat: repeat-y;
background-size: cover; background-size: cover;
padding-top: 16vw; padding-top: 16vw;
padding-bottom: 22vw; padding-bottom: 21vw;
border: 1px solid #949494; border: 1px solid #949494;
} }
.hero-container h1{ .hero-container h1{
margin-bottom: 4vw; margin-bottom: 5vw;
} }
.hero-float{ .hero-float{

View file

@ -248,11 +248,11 @@ li{
.lead{ .lead{
font-size: 4.800vw !important; font-size: 4.800vw !important;
line-height: 5vw !important; line-height: 6vw !important;
} }
p{ p{
font-size: 20px; font-size: 4vw;
} }
} }