From 31a2367514ab1255e44888d6c1eacf17a2bdcbcb Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 11 Jan 2023 13:41:43 +0000 Subject: [PATCH] [STYLYE] Background image on home page --- breccia_mapper/static/css/masthead.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/breccia_mapper/static/css/masthead.css b/breccia_mapper/static/css/masthead.css index 79b9aa6..e4364db 100644 --- a/breccia_mapper/static/css/masthead.css +++ b/breccia_mapper/static/css/masthead.css @@ -1,10 +1,10 @@ header.masthead { position: relative; background: #343a40 no-repeat center; - -webkit-background-size: contain; - -moz-background-size: contain; - -o-background-size: contain; - background-size: contain; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; padding-top: 8rem; padding-bottom: 8rem; min-height: 400px;