small fixes

This commit is contained in:
Niklas Buschmann 2019-08-04 21:37:24 +02:00
parent 4419ed1b14
commit 48becfed31
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ body {
font-size: calc(0.8rem + 0.25vw);
font-weight: 400;
line-height: 1.65;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@ -127,7 +128,7 @@ nav a {
}
body > header, article {
padding: 1.5em 1em;
padding: 1.5em;
}
@media (min-width: 40em) {