mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:25:11 +03:00
Styling adjustments
This commit is contained in:
parent
6e3c3791ab
commit
194e1c4a02
2 changed files with 13 additions and 1 deletions
|
@ -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>
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue