mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
[FEAT] Allow changing header image scaling on home page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user