Fix background size (until better solution)

This commit is contained in:
danbulant 2020-02-07 20:39:35 +01:00
parent d998d70500
commit af4ce7f890

View file

@ -8,7 +8,7 @@ body {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-size: auto 100%;
background-attachment: fixed;
height: 100%;
width: 100%;