diff --git a/src/css/style.css b/src/css/style.css index 2851750..0ce2107 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -17,7 +17,6 @@ body { font-family: 'merriweather'; background-image: url("/res/grey.png"); background-repeat: repeat; - line-height: 1.5em; height: 100%; tab-size: 2; } @@ -29,6 +28,7 @@ main { background-color: #ffeedd; margin: auto; max-width: 40em; + line-height: 2em; font-size: 1.2em; }