mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:15:05 +03:00
Added mobile grid to hero section
This commit is contained in:
parent
fcee7aa2c0
commit
692f42af8c
1 changed files with 16 additions and 25 deletions
|
@ -118,7 +118,7 @@ hr{
|
|||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
|
||||
.hero-section{
|
||||
background-image: url("/Images/x-large-grid-hero.svg");
|
||||
background-attachment: fixed;
|
||||
|
@ -167,18 +167,6 @@ hr{
|
|||
background-size: cover;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.statistics{
|
||||
background-image: url("/Images/x-large-stats-grid.svg");
|
||||
background-attachment: fixed;
|
||||
|
@ -207,18 +195,6 @@ hr{
|
|||
margin-bottom: -2.232vw;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.partners{
|
||||
background-image: url("/Images/x-large-grid.svg");
|
||||
background-attachment: fixed;
|
||||
|
@ -227,3 +203,18 @@ hr{
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
|
||||
.hero-section{
|
||||
background-image: url("/Images/small-grid.svg");
|
||||
background-position: top;
|
||||
background-repeat: repeat-y;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.hero-bottom{
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue