Centering the shrroms on front page banner

This commit is contained in:
dave onion 2025-12-18 20:53:17 -05:00
parent a4f00e6eb2
commit 9fd82bf7f8
3 changed files with 11 additions and 1 deletions

View file

@ -11039,6 +11039,10 @@ a.teaser:hover .subtitle {
}
}
[about="/home-page"] .hero-main {
background-position: bottom 20% center;
}
.carousel {
padding-top: 64px;
padding-bottom: 64px;

File diff suppressed because one or more lines are too long

View file

@ -320,3 +320,9 @@
}
}
}
// Specific to current elements
[about="/home-page"] .hero-main{
background-position: bottom 20% center;
}