From 5a195abcbbdd0e8d299fc32ee861ae665cedb23a Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Tue, 30 Jul 2019 14:42:30 +0530 Subject: fix responsive --- docs/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/style.css b/docs/style.css index fd07289..c303fa9 100644 --- a/docs/style.css +++ b/docs/style.css @@ -18,19 +18,20 @@ body { } .posts { - text-align: left; - display: inline-block; width: 100%; } -@media only screen and (min-width: 1000px) { +@media only screen and (min-width: 1080px) { .posts { - text-align: left; - display: inline-block; width: 60%; } } +.posts { + text-align: left; + display: inline-block; +} + .post { margin: 2rem; -- cgit v1.2.3