Type and grid for medium layout

This commit is contained in:
Thomas Smith 2023-01-19 11:48:25 -05:00
parent 2879bc6bb5
commit 7213eeaf64
2 changed files with 9 additions and 2 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;
background-size: cover;
background-repeat: repeat-y !important;
background-size: contain !important;
}
.lead-text-container{

View file

@ -173,6 +173,13 @@ a:hover{
@media only screen and (min-width: 768px) and (max-width: 992px) {
.impact{
font-size: 8.5vw !important;
line-height: 9.9vw!important;
margin-top: 4vw !important;
margin-bottom: 1.2vw !important;
}
h1{
font-size: 14vw;
line-height: 15vw;