fix: Minor changes to style of masthead image

This commit is contained in:
James Graham
2020-04-16 14:07:43 +01:00
parent 57c29bf01d
commit fa07b13fbd

View File

@@ -1,14 +1,14 @@
header.masthead { header.masthead {
position: relative; position: relative;
background: #343a40 no-repeat center; background: #343a40 no-repeat center;
-webkit-background-size: cover; -webkit-background-size: contain;
-moz-background-size: cover; -moz-background-size: contain;
-o-background-size: cover; -o-background-size: contain;
background-size: cover; background-size: contain;
padding-top: 8rem; padding-top: 8rem;
padding-bottom: 8rem; padding-bottom: 8rem;
min-height: 200px; min-height: 400px;
height: 60vh; height: 40vh;
z-index: -2; z-index: -2;
} }