mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:55:05 +03:00
Progress
This commit is contained in:
parent
ba5720da6b
commit
be8551db65
3 changed files with 19 additions and 21 deletions
|
@ -345,7 +345,6 @@
|
|||
</style>
|
||||
|
||||
|
||||
<!-- Statistics
|
||||
|
||||
<section class="statistics" style="padding-top: 8.371vw !important; padding-bottom: 8.371vw !important;">
|
||||
|
||||
|
@ -396,7 +395,7 @@
|
|||
<div class="full-width-cta-container">
|
||||
{{- partial "clipboard-copy.html" . -}}
|
||||
</div>
|
||||
-->
|
||||
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
|
|
|
@ -139,13 +139,11 @@ mark{
|
|||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
.hero-section{
|
||||
position: relative;
|
||||
background-image: url("/Images/x-large-grid.svg") !important;
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat-y;
|
||||
background-size: cover !important;
|
||||
z-index:10;
|
||||
}
|
||||
|
||||
.lead-text-container{
|
||||
|
@ -230,7 +228,7 @@ mark{
|
|||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||
|
||||
.hero-section{
|
||||
background-image: url("/Images/large-grid-generative-art.png") !important;
|
||||
background-image: url("/Images/large-grid.svg") !important;
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat !important;
|
||||
|
@ -286,10 +284,10 @@ mark{
|
|||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||
|
||||
.hero-section{
|
||||
background-image: url("/Images/large-grid-generative-art.png") !important;
|
||||
background-image: url("/Images/large-grid.svg") !important;
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat !important;
|
||||
background-repeat: repeat-y !important;
|
||||
background-size: cover !important;
|
||||
}
|
||||
|
||||
|
@ -342,11 +340,11 @@ mark{
|
|||
@media only screen and (min-width: 576px) and (max-width: 768px) {
|
||||
|
||||
.hero-section{
|
||||
background-image: url("/Images/medium-grid-generative-art.png");
|
||||
background-image: url("/Images/medium-grid.svg");
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat-y;
|
||||
background-size: cover;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.lead-text-container{
|
||||
|
|
|
@ -22,6 +22,7 @@ h1{
|
|||
color:#00ffd0;
|
||||
text-transform:uppercase;
|
||||
text-shadow: 0px 0px 4px #1a1a1a !important;
|
||||
animation: float 3s ease-in-out infinite;
|
||||
}
|
||||
|
||||
h2{
|
||||
|
@ -116,10 +117,10 @@ a:hover{
|
|||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||
|
||||
.impact{
|
||||
font-size: 5vw !important;
|
||||
line-height: 5vw!important;
|
||||
margin-top: 7vw !important;
|
||||
margin-bottom: 4.4vw !important;
|
||||
font-size: 6.8vw !important;
|
||||
line-height: 10.05vw!important;
|
||||
margin-top: -1vw !important;
|
||||
margin-bottom: -2.4vw !important;
|
||||
}
|
||||
|
||||
h1{
|
||||
|
@ -156,10 +157,10 @@ a:hover{
|
|||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||
|
||||
.impact{
|
||||
font-size: 5vw !important;
|
||||
line-height: 5.1vw!important;
|
||||
margin-top: 7vw !important;
|
||||
margin-bottom: 4.7vw !important;
|
||||
font-size: 6.5vw !important;
|
||||
line-height: 10vw!important;
|
||||
margin-top: -1vw !important;
|
||||
margin-bottom: -2.5vw !important;
|
||||
}
|
||||
|
||||
h1{
|
||||
|
@ -194,10 +195,10 @@ a:hover{
|
|||
@media only screen and (min-width: 576px) and (max-width: 768px){
|
||||
|
||||
.impact{
|
||||
font-size: 12vw !important;
|
||||
line-height: 13.3vw!important;
|
||||
margin-top: 0vw !important;
|
||||
margin-bottom: 2vw !important;
|
||||
font-size: 9.5vw !important;
|
||||
line-height: 13.4vw!important;
|
||||
margin-top: .2vw !important;
|
||||
margin-bottom: -1.6vw !important;
|
||||
}
|
||||
|
||||
h1{
|
||||
|
|
Loading…
Reference in a new issue