From 9962f54591ceeac153f868ced3c68ec5e2ff47e6 Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Mon, 4 Dec 2017 20:02:31 +0100 Subject: [PATCH] Fix background sizing --- theme/c-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/c-base.css b/theme/c-base.css index 848f70d..dedf485 100644 --- a/theme/c-base.css +++ b/theme/c-base.css @@ -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';