Typography for medium screens

This commit is contained in:
Thomas Smith 2023-01-23 18:34:55 -05:00
parent d912284690
commit 6f9c8da0ab
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -170,7 +170,7 @@ a:hover{
@media only screen and (min-width: 768px) and (max-width: 992px) {
.impact{
font-size: 8.5vw !important;
font-size: 5vw !important;
line-height: 9.9vw!important;
margin-top: 4vw !important;
margin-bottom: 1.2vw !important;