From fa07b13fbdfce3884161ba5fc90d7d1f3c656d72 Mon Sep 17 00:00:00 2001 From: James Graham Date: Thu, 16 Apr 2020 14:07:43 +0100 Subject: [PATCH] fix: Minor changes to style of masthead image --- breccia_mapper/static/css/masthead.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; }