mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:25:11 +03:00
more px to vw on index.html
This commit is contained in:
parent
82196f466f
commit
875d21cba5
3 changed files with 9 additions and 9 deletions
|
@ -209,21 +209,21 @@
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.metric-block{
|
.metric-block{
|
||||||
padding: 75px;
|
padding: 4.185vw;
|
||||||
border: 2px solid #949494;
|
border: 2px solid #949494;
|
||||||
max-width: 50%;
|
max-width: 41.741vw;
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stat-head{
|
.stat-head{
|
||||||
font-size: 24px;
|
font-size: 1.339vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stat-number{
|
.stat-number{
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
font-size: 120px;
|
font-size: 6.696vw;
|
||||||
margin-top: -40px;
|
margin-top: -2.232vw;
|
||||||
margin-bottom: -40px;
|
margin-bottom: -2.232vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
@ -244,7 +244,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row pt-5">
|
<div class="row pt-5">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<img src="/Images/binance-logo-white.svg" alt="Binance Logo" style="width:25%;">
|
<img src="/Images/binance-logo-white.svg" alt="Binance Logo" style="width:16.183vw;">
|
||||||
<img class="ps-5" src="/Images/galaxy-eco.svg" alt="Galaxy Eco Logo" style="width:40%;">
|
<img class="ps-5" src="/Images/galaxy-eco.svg" alt="Galaxy Eco Logo" style="width:40%;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
padding-top: 0.279vw;
|
padding-top: 0.279vw;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
width: 50%;
|
width: 25.000vw;
|
||||||
height: 4.185vw;
|
height: 4.185vw;
|
||||||
transition: 0.2s ease-in-out;
|
transition: 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
padding-top: 0.279vw;
|
padding-top: 0.279vw;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
width: 40%;
|
width: 7.254vw;
|
||||||
height: 2.232vw;
|
height: 2.232vw;
|
||||||
transition: 0.1s linear;
|
transition: 0.1s linear;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue