From 48becfed31cc8cc0aae28fc9e274765b23e61ecb Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Sun, 4 Aug 2019 21:37:24 +0200 Subject: [PATCH] small fixes --- static/css/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index f006464..3fd8770 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -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) {