mirror of
https://github.com/ivabus/www
synced 2024-11-26 03:55:06 +03:00
h1 adjustment
This commit is contained in:
parent
ceb50100bb
commit
616478b471
2 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,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 text-center" style="z-index:3; position: relative;">the next‐generation, cross‐platform <span class="white">package manager</span></h1>
|
<h1 class="impact text-center" style="z-index:3; position: relative;">the next‐generation, cross‐platform <span class="white"><br>package manager</span></h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -74,10 +74,11 @@ a:hover{
|
||||||
@media only screen and (min-width: 1200px) {
|
@media only screen and (min-width: 1200px) {
|
||||||
|
|
||||||
.impact{
|
.impact{
|
||||||
font-size: 4.5vw !important;
|
font-size: 5.8vw !important;
|
||||||
line-height: 4.2vw!important;
|
line-height: 8.4vw!important;
|
||||||
margin-top: 4.7vw !important;
|
margin-top: -1.8vw !important;
|
||||||
margin-bottom: 3.2vw !important;
|
margin-bottom: -2.8vw !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
|
|
Loading…
Reference in a new issue