diff --git a/dist/index.html b/dist/index.html index bdad888..9ee9555 100644 --- a/dist/index.html +++ b/dist/index.html @@ -363,13 +363,12 @@ body { font-family: merriweather; background-image: url("/res/grey.png"); background-repeat: repeat; - height: 100%; - padding: 5px; + padding: 20px 10px 20px; line-height: 1.75em; } .container { - max-width: 1000px; + max-width: 40em; } .tile { @@ -420,14 +419,6 @@ code { text-align: center; } -.twocols { - display: inline-block; - columns: 2; - text-align: left; - -webkit-columns: 2; - -moz-columns: 2; -} - table { margin-left: auto; margin-right: auto; @@ -466,22 +457,14 @@ a:after { color: black; } -h1,h2 { - text-align: center; -} - -