From 47f6a3c744e4907bdc8204d34d1bd1a26d38513b Mon Sep 17 00:00:00 2001 From: sven Date: Tue, 8 Dec 2020 23:37:39 +0100 Subject: [PATCH] =?UTF-8?q?Seitenabstand=20ge=C3=A4ndert=20bei=20kleinen?= =?UTF-8?q?=20Bildschirmen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- style/freibier.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f92f292..44a0241 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ freibier.cc - + diff --git a/style/freibier.css b/style/freibier.css index 48b6b0a..3ac2900 100644 --- a/style/freibier.css +++ b/style/freibier.css @@ -266,4 +266,7 @@ pre {color: grey; padding-left: 3%; padding-right: 3%; } + #wrapper{ + width: 95%; + } }