Commit e5ad4386 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

fix: Rename header to banner in pdf export

parent b67a57cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ header {
    margin: 0;
    padding: 0;
    padding-left: 55px;
    background-image: url("img/header.jpg");
    background-image: url("img/banner.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;