mirror of
https://github.com/ivabus/www
synced 2024-11-13 04:25:16 +03:00
Styling adjustments
This commit is contained in:
parent
616478b471
commit
ba5720da6b
|
@ -139,11 +139,13 @@ mark{
|
||||||
@media only screen and (min-width: 1200px) {
|
@media only screen and (min-width: 1200px) {
|
||||||
|
|
||||||
.hero-section{
|
.hero-section{
|
||||||
|
position: relative;
|
||||||
background-image: url("/Images/x-large-grid.svg") !important;
|
background-image: url("/Images/x-large-grid.svg") !important;
|
||||||
background-attachment: scroll;
|
background-attachment: scroll;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
background-repeat: repeat-y;
|
background-repeat: repeat-y;
|
||||||
background-size: cover !important;
|
background-size: cover !important;
|
||||||
|
z-index:10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lead-text-container{
|
.lead-text-container{
|
||||||
|
|
Loading…
Reference in a new issue