Styling adjustments

This commit is contained in:
Thomas Smith 2022-09-08 15:07:14 -04:00
parent 6e3c3791ab
commit 194e1c4a02
2 changed files with 13 additions and 1 deletions

View file

@ -18,7 +18,7 @@
<section class="teal-bg"> <section class="teal-bg">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<h2>equitable open-source for web3</h2> <h2 class="black text-center">equitable open-source for web3</h2>
</div> </div>
</div> </div>
</section> </section>

View file

@ -162,6 +162,16 @@ p{
line-height: 160px; line-height: 160px;
} }
h3{
font-size: 80px;
line-height: 160px;
}
h4{
font-size: 38px;
line-height: 45px;
}
.lead{ .lead{
font-size: 28px !important; font-size: 28px !important;
line-height: 29px !important; line-height: 29px !important;
@ -213,3 +223,5 @@ hr{
opacity: 1; opacity: 1;
margin:0px !important; margin:0px !important;
} }
/* Homepage */