768px - 992px typography complete

This commit is contained in:
Thomas Smith 2022-09-21 15:02:00 -04:00
parent 86f25759fc
commit d3a7143788

View file

@ -156,31 +156,34 @@ li{
} }
h2{ h2{
font-size: 6rem; font-size: 7vw;
line-height: 7rem; line-height: 10vw;
margin-bottom: 37px; margin-bottom: 3.730vw;
} }
h3{ h3{
font-size: 3.8rem; font-size: 4.5vw;
line-height: 80px; line-height: 10vw;
margin-bottom: 45px; margin-top: -3vw;
margin-top: 25px;
} }
h4{ h4{
font-size: 38px; font-size: 3.5vw;
line-height: 45px; line-height: 5vw;
}
h5{
font-size: 2vw;
line-height: 5vw;
} }
.lead{ .lead{
font-size: 28px !important; font-size: 2.823vw;
line-height: 29px !important; line-height: 2.923vw;
margin-bottom: 40px;
} }
p{ p{
font-size: 20px; font-size: 2.016vw;
} }
} }