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 {
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;
}