mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:45:12 +03:00
Adjusted h1 on homepage to be larger
This commit is contained in:
parent
ad7203ed16
commit
0269ad1424
2 changed files with 7 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue