Fixing non visable header image

This commit is contained in:
Zachary Klosko 2020-11-03 18:08:55 -05:00
parent 5e45a3b74d
commit 2931d3755b
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,7 @@
header.masthead {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
background-image: url("{{ site.headimage }}");
background-image: url("/img/header.jpg");
background-position: center center;
background-size: cover;
}