Fix background sizing

This commit is contained in:
Henri Bergius 2017-12-04 20:02:31 +01:00
parent d89d2ffc7b
commit 9962f54591

View file

@ -39,7 +39,7 @@ h1 {
body.station { body.station {
background-image: url('../theme/background-stationblueprint.jpg'); background-image: url('../theme/background-stationblueprint.jpg');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 'cover'; background-size: auto 100vh;
} }
body.station:after { body.station:after {
content: '\A'; content: '\A';