Fixed background image

This commit is contained in:
Zakary Timson 2018-07-11 22:14:51 -04:00
parent 3d0997422f
commit f23e34c807

View File

@ -1,6 +1,7 @@
.banner {
width: 100%;
height: 600px;
height: 400px;
background: url('/assets/img/banner.jpg') no-repeat fixed center;
background-size: cover;
background-position-y: -220px;
}