diff --git a/lib/site_template/css/main.css b/lib/site_template/css/main.css index b11b5b8d..96a1eb26 100755 --- a/lib/site_template/css/main.css +++ b/lib/site_template/css/main.css @@ -39,6 +39,7 @@ a:visited { color: #a0a; } margin-bottom: 2em; } + .posts li { line-height: 1.75em; } @@ -64,6 +65,12 @@ a:visited { color: #a0a; } line-height: 1.5em; } +@media screen and (max-width: 44em) { + .site { + width: 90%; + } +} + .header a { font-weight: bold; text-decoration: none;