texture to support baseurl

This commit is contained in:
John Hess 2024-06-05 00:17:18 -05:00
parent d0db79a8d2
commit 6f31817962
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ a:active {
.header {
position: relative;
background-color: $gold;
background-image: url("/assets/images/btr-texture.png");
// Set background image in HTML so we can use site.baseurl
background-size: 170px;
padding: 0 0 100px 0;
text-align: center;