From 80ea76521e2ccbbfac1ac0f33f91af1739ead561 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 20 Feb 2019 21:27:31 +0100 Subject: [PATCH] lift max-width limitation --- public/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/index.css b/public/index.css index b422e5f..69f33cc 100644 --- a/public/index.css +++ b/public/index.css @@ -18,8 +18,8 @@ body { div.page { margin: auto; - max-width: 1200px; - min-height: 100%; +/* max-width: 1200px; +*/ min-height: 100%; padding-bottom: 5em; box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5); } @@ -172,8 +172,8 @@ h1, li h3, th, footer { h1, footer { margin: 0; - max-width: 1200px; - padding: 1em; +/* max-width: 1200px; +*/ padding: 1em; } h1 { -- 2.30.2