1
Fork 0

Force background size correctly

This commit is contained in:
Jake Howard 2018-01-04 13:34:26 +00:00
parent f4ab007623
commit fc45021ee6
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -120,6 +120,7 @@ table td {
#index-header { #index-header {
background-image: url("/img/header.jpg"); background-image: url("/img/header.jpg");
background-size: 100%;
width: 100%; width: 100%;
height: calc(100% - 110px); height: calc(100% - 110px);
} }