mirror of
https://github.com/ivabus/www
synced 2024-11-26 16:15:06 +03:00
Mobile grid background for packages pre-section
This commit is contained in:
parent
692f42af8c
commit
8107eff087
1 changed files with 9 additions and 0 deletions
|
@ -217,4 +217,13 @@ hr{
|
||||||
height: 75px;
|
height: 75px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.package_before{
|
||||||
|
background-image: url("/Images/small-grid.svg");
|
||||||
|
background-position: top;
|
||||||
|
background-repeat: repeat-y;
|
||||||
|
background-size: contain;
|
||||||
|
padding-top: 12.556vw;
|
||||||
|
padding-bottom: 12.556vw;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue