mirror of
https://github.com/ivabus/www
synced 2024-11-10 10:35:22 +03:00
Mobile-only <br>... prevents page from jumping
This commit is contained in:
parent
6eb070bb1e
commit
3c3da30822
|
@ -55,7 +55,7 @@
|
|||
<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 <br id="impact-break"><span class="cycle">web3</span></h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -297,12 +297,29 @@ hr{
|
|||
height:4vw;
|
||||
}
|
||||
|
||||
.impact-section{
|
||||
|
||||
padding-top: 20vw;
|
||||
padding-bottom: 20vw;
|
||||
|
||||
}
|
||||
|
||||
.package-before-section{
|
||||
padding: 4vw !important;
|
||||
}
|
||||
|
||||
.package_before{
|
||||
|
||||
padding-top: 20vw;
|
||||
padding-bottom: 20vw;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) {
|
||||
|
||||
#impact-break{
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue