Font-size/line-height at xl screens

This commit is contained in:
Thomas Smith 2023-01-19 11:20:02 -05:00
parent 832235c293
commit 4f53a3fc68
2 changed files with 6 additions and 4 deletions

View file

@ -142,8 +142,8 @@ mark{
background-image: url("/Images/x-large-grid-generative-art.png") !important;
background-attachment: scroll;
background-position: top;
background-repeat: repeat;
background-size: cover;
background-repeat: repeat-y;
background-size: cover !important;
}
.lead-text-container{

View file

@ -18,8 +18,10 @@ h1,h2,h3,h4,h5,h6,p,.lead{
}
.impact{
font-size: 5.022vw !important;
line-height: 4.520vw !important;
font-size: 7.812vw !important;
line-height: 8.3vw!important;
margin-top: 2vw !important;
margin-bottom: 1vw !important;
}
h1{