mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:15:07 +03:00
Spacing adjustment (WIP)
This commit is contained in:
parent
2d39cef042
commit
a1a91fe815
4 changed files with 6 additions and 479 deletions
|
@ -135,7 +135,7 @@
|
|||
|
||||
</style>
|
||||
|
||||
<section class="hero">
|
||||
<section class="hero one-box">
|
||||
<div class="container">
|
||||
<div class="row gx-5">
|
||||
<div class="hero-col col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12 my-auto">
|
||||
|
@ -150,7 +150,7 @@
|
|||
|
||||
{{- partial "desktop-ctas.html" -}}
|
||||
|
||||
<p class="small dark-gray mb-5 boilerplate">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<p class="small dark-gray boilerplate">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
</div>
|
||||
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12">
|
||||
<div>
|
||||
|
@ -320,12 +320,7 @@
|
|||
<div class="section-divider">
|
||||
<img src="/Images/pixel-section-divider-teal.svg" style="pointer-events:none;" alt="">
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row one-box -down one-box-up">
|
||||
<div class="col">
|
||||
<h2 class="display-1 text-center">Features</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container one-box-up">
|
||||
<div class="row one-box-down">
|
||||
<div class="col-xl-7 col-lg-6 col-md-12 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-5 mb-sm-5 mb-5 flex order-2">
|
||||
<div class="feature-content ps-xl-5 ps-lg-3 ps-md-0 ps-sm-0 ps-0">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="title-bar flex-start p-1 ps-3">
|
||||
<i class="icon-twitter"></i>
|
||||
</div>
|
||||
<div class="twitter-content p-5">
|
||||
<div class="twitter-content p-xl-5 p-lg-5 p-md-3 p-sm-4 p-4">
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -8,16 +8,8 @@
|
|||
}
|
||||
|
||||
.container{
|
||||
max-width: none;
|
||||
padding: 8.371vw 4.5vw;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
|
||||
.hero{
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
max-width: 1280px;
|
||||
/*padding: 8.371vw 4.5vw;*/
|
||||
}
|
||||
|
||||
/* Brand Colors */
|
||||
|
@ -55,322 +47,6 @@ mark{
|
|||
color: #1a1a1a;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
.lead-text-container{
|
||||
border: 1px solid #949494 !important;
|
||||
width: 600px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 12.556vw;
|
||||
margin-top: 1vw;
|
||||
}
|
||||
|
||||
.hero-bottom{
|
||||
background-image: url("/Images/x-large-grid.svg");
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
height: 4.185vw;
|
||||
}
|
||||
|
||||
.package_before{
|
||||
background-image: url("/Images/home-x-large-grid-generative-art_half.gif") !important;
|
||||
background-attachment: scroll;
|
||||
background-repeat: repeat-y;
|
||||
background-position: right;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.package-cta{
|
||||
background-image: url("/Images/x-large-grid.svg");
|
||||
background-attachment: scroll;
|
||||
background-repeat: repeat-y;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.statistics{
|
||||
background-image: url("/Images/x-large-stats-grid.svg");
|
||||
background-attachment: fixed;
|
||||
background-position: top;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.metric-block{
|
||||
padding: 4.185vw;
|
||||
border: 2px solid #949494;
|
||||
max-width: 33.3vw;
|
||||
background-color: #1a1a1a;
|
||||
position: relative;
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
.stat-head{
|
||||
font-size: 1.339vw;
|
||||
}
|
||||
|
||||
.stat-number{
|
||||
font-family: "pp-neue-machina", sans-serif;
|
||||
font-size: 6.696vw;
|
||||
margin-top: -2.232vw;
|
||||
margin-bottom: -2.232vw;
|
||||
}
|
||||
|
||||
.partners{
|
||||
background-image: url("/Images/x-large-grid.svg");
|
||||
background-attachment: scroll;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.mobile-grid-element{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||
|
||||
.hero-section{
|
||||
background-image: url("/Images/large-grid.svg") !important;
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat !important;
|
||||
background-size: cover !important;
|
||||
}
|
||||
|
||||
.lead-text-container{
|
||||
border: 1px solid #949494;
|
||||
width: 60vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 15vw;
|
||||
margin-top: 0.4vw;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.package_before{
|
||||
background-image: url("/Images/home-large-grid-generative-art_half.gif") !important;
|
||||
background-attachment: scroll;
|
||||
background-repeat: repeat-y;
|
||||
background-position: right;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.metric-block{
|
||||
padding: 4.185vw;
|
||||
border: 2px solid #949494;
|
||||
max-width: 30vw;
|
||||
background-color: #1a1a1a;
|
||||
position: relative;
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
.stat-head{
|
||||
font-size: 1.339vw;
|
||||
}
|
||||
|
||||
.stat-number{
|
||||
font-family: "pp-neue-machina", sans-serif;
|
||||
font-size: 6.696vw;
|
||||
margin-top: -2.232vw;
|
||||
margin-bottom: -2.232vw;
|
||||
}
|
||||
|
||||
.mobile-grid-element{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||
|
||||
.hero-section{
|
||||
background-image: url("/Images/large-grid.svg") !important;
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat-y !important;
|
||||
background-size: cover !important;
|
||||
}
|
||||
|
||||
.lead-text-container{
|
||||
border: 1px solid #949494;
|
||||
width: 70vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 15vw;
|
||||
margin-top: 1.1vw;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.package_before{
|
||||
background-image: url("/Images/home-large-grid-generative-art_half.gif") !important;
|
||||
background-attachment: scroll;
|
||||
background-repeat: repeat-y;
|
||||
background-position: right;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
|
||||
.metric-block{
|
||||
padding: 4.185vw;
|
||||
border: 2px solid #949494;
|
||||
max-width: 41.741vw;
|
||||
background-color: #1a1a1a;
|
||||
position: relative;
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
.stat-head{
|
||||
font-size: 1.339vw;
|
||||
}
|
||||
|
||||
.stat-number{
|
||||
font-family: "pp-neue-machina", sans-serif;
|
||||
font-size: 6.696vw;
|
||||
margin-top: -2.232vw;
|
||||
margin-bottom: -2.232vw;
|
||||
}
|
||||
|
||||
.mobile-grid-element{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) and (max-width: 768px) {
|
||||
|
||||
.hero-section{
|
||||
background-image: url("/Images/medium-grid.svg");
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat-y;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.lead-text-container{
|
||||
border: 1px solid #949494;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 20.2vw;
|
||||
margin-top: .5vw;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.metric-block{
|
||||
padding: 4.185vw;
|
||||
border: 2px solid #949494;
|
||||
max-width: 41.741vw;
|
||||
background-color: #1a1a1a;
|
||||
position: relative;
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
.stat-head{
|
||||
font-size: 1.339vw;
|
||||
}
|
||||
|
||||
.stat-number{
|
||||
font-family: "pp-neue-machina", sans-serif;
|
||||
font-size: 6.696vw;
|
||||
margin-top: -2.232vw;
|
||||
margin-bottom: -2.232vw;
|
||||
}
|
||||
|
||||
.mobile-grid-element{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
|
||||
.hero-float{
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
.package-before-section{
|
||||
padding: 4vw !important;
|
||||
}
|
||||
|
||||
.package_before{
|
||||
padding-top: 20vw;
|
||||
padding-bottom: 20vw;
|
||||
}
|
||||
|
||||
.package-grid-header{
|
||||
padding-left:7vw !important;
|
||||
padding-right:7vw !important;
|
||||
}
|
||||
|
||||
.package-cta-section{
|
||||
padding: 4vw !important;
|
||||
}
|
||||
|
||||
.stat-small-text{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.metric-block{
|
||||
padding: 4.185vw;
|
||||
border: 2px solid #949494;
|
||||
width: 100%;
|
||||
background-color: #1a1a1a;
|
||||
position: relative;
|
||||
float:none !important;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0vw !important;
|
||||
z-index:2;
|
||||
}
|
||||
|
||||
.stat-head{
|
||||
font-size: 3vw;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.stat-number{
|
||||
font-family: "pp-neue-machina", sans-serif;
|
||||
font-size: 14vw;
|
||||
text-align: center;
|
||||
margin-top: -2.232vw;
|
||||
margin-bottom: -2.232vw;
|
||||
}
|
||||
|
||||
.partners{
|
||||
padding: 4vw !important;
|
||||
}
|
||||
|
||||
.partner-logo{
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
#binance-logo{
|
||||
width: 60% !important;
|
||||
margin-bottom: 5vw !important;
|
||||
}
|
||||
|
||||
.footer{
|
||||
padding: 4vw !important;
|
||||
}
|
||||
|
||||
.footer-top{
|
||||
margin-bottom: 10vw;
|
||||
}
|
||||
|
||||
.mobile-grid-element{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) {
|
||||
|
||||
#impact-break{
|
||||
|
|
|
@ -89,149 +89,6 @@ a:hover{
|
|||
|
||||
/* Breakpoint-Specific Typography */
|
||||
|
||||
|
||||
/* Extra-Large Screens*/
|
||||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
.impact{
|
||||
font-size: 5.8vw !important;
|
||||
line-height: 8.4vw!important;
|
||||
margin-top: -1.8vw !important;
|
||||
margin-bottom: -2.8vw !important;
|
||||
|
||||
}
|
||||
|
||||
h1{
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 3.5vw;
|
||||
line-height: 4.1vw;
|
||||
}
|
||||
|
||||
h3{
|
||||
font-size: 2vw;
|
||||
line-height: 2.8vw;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
h4{
|
||||
font-size: 2.121vw;
|
||||
line-height: 2.5vw;
|
||||
}
|
||||
|
||||
h5{
|
||||
font-size: 1.5vw;
|
||||
line-height: 4.116vw;
|
||||
margin-top: -0.3vw;
|
||||
margin-bottom: 1.2vw;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||
|
||||
.impact{
|
||||
font-size: 9.5vw !important;
|
||||
line-height: 10.05vw!important;
|
||||
margin-top: 3.2vw !important;
|
||||
margin-bottom: -2.4vw !important;
|
||||
}
|
||||
|
||||
h1{
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 6.5vw;
|
||||
line-height: 10vw;
|
||||
}
|
||||
|
||||
h3{
|
||||
font-size: 3.4rem;
|
||||
line-height: 10vw;
|
||||
}
|
||||
|
||||
h4{
|
||||
font-size: 3vw;
|
||||
line-height: 5.116vw;
|
||||
}
|
||||
|
||||
h5{
|
||||
font-size: 1.5vw;
|
||||
line-height: 5vw;
|
||||
margin-top: -0.3vw;
|
||||
margin-bottom: 1.2vw;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||
|
||||
.impact{
|
||||
font-size: 9.5vw !important;
|
||||
line-height: 10.05vw!important;
|
||||
margin-top: 3.2vw !important;
|
||||
margin-bottom: -2.4vw !important;
|
||||
}
|
||||
|
||||
h1{
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 7vw;
|
||||
line-height: 10vw;
|
||||
}
|
||||
|
||||
h3{
|
||||
font-size: 4.5vw;
|
||||
line-height: 10vw;
|
||||
}
|
||||
|
||||
h4{
|
||||
font-size: 3.5vw;
|
||||
line-height: 5vw;
|
||||
}
|
||||
|
||||
h5{
|
||||
font-size: 2vw;
|
||||
line-height: 5vw;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) and (max-width: 768px){
|
||||
|
||||
.impact{
|
||||
font-size: 12vw !important;
|
||||
line-height: 13.5vw!important;
|
||||
margin-top: 5.7vw !important;
|
||||
margin-bottom: -3.5vw !important;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 14vw;
|
||||
line-height: 20vw;
|
||||
margin-top: 2vw;
|
||||
margin-left: -0.7vw;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 6rem;
|
||||
line-height: 7rem;
|
||||
}
|
||||
|
||||
h3{
|
||||
font-size: 3.8rem;
|
||||
line-height: 80px;
|
||||
}
|
||||
|
||||
h4{
|
||||
font-size: 38px;
|
||||
line-height: 45px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
|
||||
.impact{
|
||||
|
@ -271,5 +128,4 @@ a:hover{
|
|||
ul.nav.justify-content-end{
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue