small fixes

This commit is contained in:
Niklas Buschmann 2019-08-04 21:37:24 +02:00
parent 4419ed1b14
commit 48becfed31

View File

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