update font-size for h1

This commit is contained in:
Thomas Smith 2023-01-19 11:01:52 -05:00
parent 077a2e8489
commit 832235c293
2 changed files with 6 additions and 1 deletions

View file

@ -8,7 +8,7 @@
<div class="container hero-container">
<div class="row">
<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 class="row">

View file

@ -17,6 +17,11 @@ h1,h2,h3,h4,h5,h6,p,.lead{
hyphens: auto !important;
}
.impact{
font-size: 5.022vw !important;
line-height: 4.520vw !important;
}
h1{
font-family: "pp-neue-machina", sans-serif;
color:#00ffd0;