mirror of
https://github.com/ivabus/www
synced 2024-11-22 22:15:07 +03:00
update font-size for h1
This commit is contained in:
parent
077a2e8489
commit
832235c293
2 changed files with 6 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
<div class="container hero-container">
|
<div class="container hero-container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h1 class="impact" style="z-index:3; position: relative;">TEA <span class="white">CLI</span><br><span class="hero-float" style="float:right;"><span class="white">is</span> HERE.</span></h1>
|
<h1 class="impact" style="z-index:3; position: relative;">the next-generation, cross-platform package manager.</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
|
@ -17,6 +17,11 @@ h1,h2,h3,h4,h5,h6,p,.lead{
|
||||||
hyphens: auto !important;
|
hyphens: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.impact{
|
||||||
|
font-size: 5.022vw !important;
|
||||||
|
line-height: 4.520vw !important;
|
||||||
|
}
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
color:#00ffd0;
|
color:#00ffd0;
|
||||||
|
|
Loading…
Reference in a new issue