mirror of
https://github.com/ivabus/www
synced 2024-11-23 08:15:06 +03:00
Pesky margins throwing off my H2's
This commit is contained in:
parent
65a2cc455b
commit
e86df35760
3 changed files with 18 additions and 7 deletions
|
@ -53,12 +53,29 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
<div class="box">
|
||||||
|
<div>
|
||||||
<h2 class="black text-center" style="z-index:2;">equitable open-source<br>for <span class="cycle">web3</span></h2>
|
<h2 class="black text-center" style="z-index:2;">equitable open-source<br>for <span class="cycle">web3</span></h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
.box {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box div {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
<!-- Package Section: Before -->
|
<!-- Package Section: Before -->
|
||||||
|
|
||||||
<section class="package-before-section">
|
<section class="package-before-section">
|
||||||
|
|
|
@ -175,7 +175,6 @@ hr{
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat-y;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
padding-top: 3.5vw;
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ h1{
|
||||||
h2{
|
h2{
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
color:#00ffd0;
|
color:#00ffd0;
|
||||||
margin-top: -1.8vw !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
|
@ -69,7 +68,6 @@ li{
|
||||||
h2{
|
h2{
|
||||||
font-size: 5.5vw;
|
font-size: 5.5vw;
|
||||||
line-height: 8.4vw;
|
line-height: 8.4vw;
|
||||||
margin-bottom: -1vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
|
@ -113,7 +111,6 @@ li{
|
||||||
h2{
|
h2{
|
||||||
font-size: 6.5vw;
|
font-size: 6.5vw;
|
||||||
line-height: 10vw;
|
line-height: 10vw;
|
||||||
margin-bottom: 2.065vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
|
@ -158,7 +155,6 @@ li{
|
||||||
h2{
|
h2{
|
||||||
font-size: 7vw;
|
font-size: 7vw;
|
||||||
line-height: 10vw;
|
line-height: 10vw;
|
||||||
margin-bottom: 3.730vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
|
@ -200,7 +196,6 @@ li{
|
||||||
h2{
|
h2{
|
||||||
font-size: 6rem;
|
font-size: 6rem;
|
||||||
line-height: 7rem;
|
line-height: 7rem;
|
||||||
margin-bottom: 37px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
|
|
Loading…
Reference in a new issue