[FEAT] Allow changing header image scaling on home page

This commit is contained in:
2023-01-19 23:28:36 +00:00
parent 8427b78ba6
commit f0f03c1175
3 changed files with 13 additions and 2 deletions

View File

@@ -12,6 +12,13 @@ header.masthead {
z-index: -2;
}
header.masthead.masthead-shrink {
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}
header.masthead .overlay {
position: absolute;
background-color: #212529;