Font adjustment for small screens

This commit is contained in:
Thomas Smith 2023-01-19 11:57:14 -05:00
parent 7213eeaf64
commit a3cec3cde5

View file

@ -220,6 +220,13 @@ a:hover{
@media only screen and (min-width: 576px) and (max-width: 768px){
.impact{
font-size: 12vw !important;
line-height: 13.3vw!important;
margin-top: 0vw !important;
margin-bottom: 2vw !important;
}
h1{
font-size: 14vw;
line-height: 20vw;