diff --git a/blog/static/css/poole.css b/blog/static/css/poole.css index c33ace0a..54740cba 100644 --- a/blog/static/css/poole.css +++ b/blog/static/css/poole.css @@ -49,14 +49,8 @@ body { html { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 16px; line-height: 1.5; } -@media (min-width: 38rem) { - html { - font-size: 17px; - } -} body { color: #515151; @@ -161,7 +155,7 @@ pre { margin-top: 0; margin-bottom: 1rem; padding: .5rem; - font-size: .8rem; + font-size: .85rem; line-height: 1.4; white-space: pre; overflow: auto; @@ -260,7 +254,7 @@ tbody tr:nth-child(odd) th { */ .container { - max-width: 42rem; + max-width: 45rem; padding-left: 1rem; padding-right: 1rem; margin-left: auto;