From b8a4ba7d790faeec252ff6b8c144effee094f63d Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 28 Jan 2020 17:42:44 +0530 Subject: improve responsive queries --- docs/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index ecfcb5d..1cc12b9 100644 --- a/docs/style.css +++ b/docs/style.css @@ -79,7 +79,7 @@ td { } } -@media only screen and (min-width: 1300px) { +@media only screen and (min-width: 1400px) { .posts { width: 40%; } @@ -102,6 +102,7 @@ img { max-width: 100%; border: 0px solid transparent; border-radius: 4px; + box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.15); } hr { -- cgit v1.2.3