From 8bb5ee06ad1670c34bf767cce48aaf94a5804881 Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Wed, 31 Jul 2019 21:47:40 +0530 Subject: improve styles --- docs/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 591c916..4eb28ce 100644 --- a/docs/style.css +++ b/docs/style.css @@ -32,9 +32,20 @@ html { width: 100%; } +/* tablets */ +@media only screen and (min-width: 720px) { + .posts { + width: 80%; + } + html { + font-size: 18px; + } +} + +/* laptops */ @media only screen and (min-width: 1080px) { .posts { - width: 60%; + width: 50%; } html { font-size: 18px; -- cgit v1.2.3