lift max-width limitation
[mdref/mdref] / public / index.css
index b71b5aec5e4c30d266dcf9d45637b05cb2ab0890..69f33cc8d72f6e339f23a49fea9b6f34972a0203 100644 (file)
@@ -1,7 +1,6 @@
-* {
-       font-size: 99.9%;
+html {
+       font-size: 18px;
 }
-
 html, body{
        height: 100%;
        min-height: 100%;
@@ -19,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);
 }
@@ -173,8 +172,8 @@ h1, li h3, th, footer {
 
 h1, footer {
        margin: 0;
-       max-width: 1200px;
-       padding: 1em;
+/*     max-width: 1200px;
+*/     padding: 1em;
 }
 
 h1 {
@@ -236,7 +235,6 @@ footer a, h1 a, pre>code a, li h3 a {
        color: #b0e0e6;
 }
 li h3 {
-       font-size: 100%;
 }
 li h3 a {
        text-decoration: none;