Fix background sizing
This commit is contained in:
parent
d89d2ffc7b
commit
9962f54591
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ h1 {
|
|||
body.station {
|
||||
background-image: url('../theme/background-stationblueprint.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 'cover';
|
||||
background-size: auto 100vh;
|
||||
}
|
||||
body.station:after {
|
||||
content: '\A';
|
||||
|
|
Loading…
Reference in a new issue