[STYLYE] Background image on home page

This commit is contained in:
2023-01-11 13:41:43 +00:00
parent b0e51bcfd6
commit 31a2367514

View File

@@ -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;