mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:35:05 +03:00
More progress
This commit is contained in:
parent
76c7d89cc1
commit
87663f583b
3 changed files with 8 additions and 7 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
.container{
|
||||
max-width: 1920px;
|
||||
padding: 5vw 10vw 4.185vw 10vw !important;
|
||||
padding: 4.2vw 10vw 4.185vw 10vw !important;
|
||||
}
|
||||
|
||||
.hero-float{
|
||||
|
@ -71,7 +71,7 @@
|
|||
background-color: #1a1a1a;
|
||||
max-width: 1920px;
|
||||
overflow-x: hidden;
|
||||
margin-top: 5.5vw !important;
|
||||
margin-top: 7.5vw !important;
|
||||
}
|
||||
|
||||
.container{
|
||||
|
@ -345,6 +345,7 @@ mark{
|
|||
padding-top: 21.800vw !important;
|
||||
padding-bottom: 21.800vw !important;
|
||||
border: 1px solid #949494;
|
||||
margin-bottom: 5.4vw
|
||||
}
|
||||
|
||||
.hero-container h1{
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
.products-hero{
|
||||
background-image: url("/Images/x-large-grid-hero.svg");
|
||||
background-attachment: fixed;
|
||||
background-image: url("/Images/x-large-grid.svg");
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat;
|
||||
background-size: contain;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.lead-container{
|
||||
|
|
|
@ -222,8 +222,8 @@ li{
|
|||
@media only screen and (max-width: 576px) {
|
||||
|
||||
.impact{
|
||||
font-size: 24vw !important;
|
||||
line-height: 20.4vw;
|
||||
font-size: 20vw !important;
|
||||
line-height: 20.4vw !important;
|
||||
}
|
||||
|
||||
h1{
|
||||
|
|
Loading…
Reference in a new issue