diff --git a/breccia_mapper/static/css/masthead.css b/breccia_mapper/static/css/masthead.css index 56fb41e..79b9aa6 100644 --- a/breccia_mapper/static/css/masthead.css +++ b/breccia_mapper/static/css/masthead.css @@ -1,14 +1,14 @@ header.masthead { position: relative; background: #343a40 no-repeat center; - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; + -webkit-background-size: contain; + -moz-background-size: contain; + -o-background-size: contain; + background-size: contain; padding-top: 8rem; padding-bottom: 8rem; - min-height: 200px; - height: 60vh; + min-height: 400px; + height: 40vh; z-index: -2; }