lift max-width limitation
authorMichael Wallner <mike@php.net>
Wed, 20 Feb 2019 20:27:31 +0000 (21:27 +0100)
committerMichael Wallner <mike@php.net>
Wed, 20 Feb 2019 20:27:31 +0000 (21:27 +0100)
public/index.css

index b422e5faa1ca9412177e3f48349b17a76931fdd3..69f33cc8d72f6e339f23a49fea9b6f34972a0203 100644 (file)
@@ -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 {