From 6f790737dc3657481148191c66d247dabc376e44 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 30 Nov 2019 20:59:17 +0530 Subject: fix mobile styles --- docs/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style.css b/docs/style.css index d356662..bc722c6 100644 --- a/docs/style.css +++ b/docs/style.css @@ -35,7 +35,7 @@ html { /* mobile devices */ @media only screen and (max-width: 70em) { .posts { - width: 96%; + width: 100%; } } -- cgit v1.2.3