From: Michael Wallner Date: Wed, 20 Feb 2019 20:27:31 +0000 (+0100) Subject: lift max-width limitation X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=80ea76521e2ccbbfac1ac0f33f91af1739ead561;p=mdref%2Fmdref lift max-width limitation --- 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 {