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-size: cover;
padding-top: 16vw;
padding-bottom: 22vw;
padding-bottom: 21vw;
border: 1px solid #949494;
}
.hero-container h1{
margin-bottom: 4vw;
margin-bottom: 5vw;
}
.hero-float{

View file

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