Centering the shrroms on front page banner
This commit is contained in:
parent
a4f00e6eb2
commit
9fd82bf7f8
3 changed files with 11 additions and 1 deletions
|
|
@ -11039,6 +11039,10 @@ a.teaser:hover .subtitle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[about="/home-page"] .hero-main {
|
||||||
|
background-position: bottom 20% center;
|
||||||
|
}
|
||||||
|
|
||||||
.carousel {
|
.carousel {
|
||||||
padding-top: 64px;
|
padding-top: 64px;
|
||||||
padding-bottom: 64px;
|
padding-bottom: 64px;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -320,3 +320,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Specific to current elements
|
||||||
|
|
||||||
|
[about="/home-page"] .hero-main{
|
||||||
|
background-position: bottom 20% center;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue