mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:35:06 +03:00
parent
fbcff77619
commit
dd6b5f601b
1 changed files with 10 additions and 0 deletions
|
@ -144,9 +144,19 @@ mark{
|
|||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
.hero-section{
|
||||
background-image: url("/Images/x-large-grid.svg");
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue