mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:15:05 +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) {
|
@media only screen and (min-width: 1200px) {
|
||||||
|
|
||||||
.hero-section{
|
.hero-section{
|
||||||
|
background-image: url("/Images/x-large-grid.svg");
|
||||||
|
background-attachment: scroll;
|
||||||
|
background-position: top;
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-bottom{
|
.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;
|
height: 4.185vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue