992px - 1200px typography

This commit is contained in:
Thomas Smith 2022-09-21 14:42:10 -04:00
parent ab4c1cb6af
commit 86f25759fc

View file

@ -111,31 +111,38 @@ li{
} }
h2{ h2{
font-size: 6vw; font-size: 6.5vw;
line-height: 8.5vw; line-height: 10vw;
margin-bottom: 2.065vw; margin-bottom: 2.065vw;
} }
h3{ h3{
font-size: 3.8rem; font-size: 3.4rem;
line-height: 4.464vw; line-height: 10vw;
margin-bottom: 2.511vw; margin-bottom: 2.511vw;
margin-top: 1.395vw; margin-top: -1.395vw;
} }
h4{ h4{
font-size: 2.121vw; font-size: 3vw;
line-height: 4.116vw; line-height: 5.116vw;
}
h5{
font-size: 1.5vw;
line-height: 5vw;
margin-top: -0.3vw;
margin-bottom: 1.2vw;
} }
.lead{ .lead{
font-size: 1.5vw !important; font-size: 2vw !important;
line-height: 1.7vw !important; line-height: 2.8vw !important;
margin-bottom: 2.232vw; margin-bottom: 2.232vw;
} }
p{ p{
font-size: 1.116vw; font-size: 1.667vw;
} }
} }