Adjusted h1 on homepage to be larger

This commit is contained in:
Thomas Smith 2022-10-20 14:58:29 -04:00
parent ad7203ed16
commit 0269ad1424
2 changed files with 7 additions and 2 deletions

View file

@ -30,7 +30,7 @@
<div class="container hero-container">
<div class="row">
<div class="col">
<h1>Keep <span class="white">what</span><br><span class="hero-float" style="float:right;"><span class="white">is</span> yours.</span></h1>
<h1 class="impact">Keep <span class="white">what</span><br><span class="hero-float" style="float:right;"><span class="white">is</span> yours.</span></h1>
</div>
</div>
<div class="row">

View file

@ -221,6 +221,11 @@ li{
@media only screen and (max-width: 576px) {
.impact{
font-size: 24vw !important;
line-height: 20.4vw;
}
h1{
font-size: 16vw;
line-height: 20.4vw;