From 5b68373e9b08b5ab60d59985dff55ab238a635ca Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Fri, 2 Aug 2019 21:06:34 +0530 Subject: fix anchors [episode 2] --- docs/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 2198b75..2b4815d 100644 --- a/docs/style.css +++ b/docs/style.css @@ -25,7 +25,7 @@ body { } html { - font-size: 18px; + font-size: 22px; } .posts { @@ -35,7 +35,7 @@ html { /* mobile devices */ @media only screen and (max-width: 70em) { .posts { - width: 92%; + width: 96%; } } @@ -111,7 +111,7 @@ a:hover, a:active { } .post-text { - font-size: 0.8rem; + font-size: 0.9rem; } pre, code { -- cgit v1.2.3