Use system font size; make site a bit wider

This commit is contained in:
Philipp Oppermann
2018-05-21 18:20:18 +02:00
parent 92f4969cd9
commit 3de9c85065

View File

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