aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-01-28 12:12:44 +0000
committerAkshay <[email protected]>2020-01-28 12:12:44 +0000
commitb8a4ba7d790faeec252ff6b8c144effee094f63d (patch)
tree7459843133819f325807c4cb5d1e054da0c63f6e /docs/style.css
parent2015c26acca0505acfd459c96cabb35d9de65230 (diff)
improve responsive queries
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css3
1 files changed, 2 insertions, 1 deletions
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 {
79 } 79 }
80} 80}
81 81
82@media only screen and (min-width: 1300px) { 82@media only screen and (min-width: 1400px) {
83 .posts { 83 .posts {
84 width: 40%; 84 width: 40%;
85 } 85 }
@@ -102,6 +102,7 @@ img {
102 max-width: 100%; 102 max-width: 100%;
103 border: 0px solid transparent; 103 border: 0px solid transparent;
104 border-radius: 4px; 104 border-radius: 4px;
105 box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.15);
105} 106}
106 107
107hr { 108hr {