From 4d604e24ee67808e4c14836001843da767795984 Mon Sep 17 00:00:00 2001 From: Alpha Date: Sat, 29 Apr 2017 16:17:10 +0200 Subject: [PATCH] =?UTF-8?q?HotFix=20f=C3=BCr=20Mobil-Ger=C3=A4te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 49c17f6..90eeef6 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,13 @@ body { font-family: 'Lato', sans-serif; margin: 0; margin-top: 25; + + /*Fix for mobiles*/ + + background-repeat:no-repeat; + background-attachment:fixed; + background-size:100% 100%; + } table, td, th {