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 {
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;