More progress

This commit is contained in:
Thomas Smith 2022-09-12 15:47:07 -04:00
parent 4692217306
commit 047d5fd431

View file

@ -173,12 +173,14 @@ p{
h2{ h2{
font-size: 6rem; font-size: 6rem;
line-height: 8rem; line-height: 9.3rem;
margin-bottom: 75px;
} }
h3{ h3{
font-size: 38px; font-size: 38px;
line-height: 45px; line-height: 45px;
margin-bottom: 75px;
} }
h4{ h4{
@ -215,11 +217,12 @@ hr{
} }
.impact-section{ .impact-section{
margin-bottom:115px;
} }
.about-block{ .about-block{
padding: 80px 160px; !important; padding: 80px 160px; !important;
margin: -200px 375px; margin: -200px 150px 0px 150px;;
position: relative; position: relative;
top:200px; top:200px;
} }