From 18dc021ce72db7a15957dfc5ec8045bbe9134158 Mon Sep 17 00:00:00 2001 From: somratpro Date: Wed, 24 Mar 2021 09:45:24 +0600 Subject: fixed instagram slider height issue --- assets/css/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index c9196a2..3108eed 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -852,5 +852,13 @@ blockquote { .tag-list li a:hover { color: #ff6f00; } +.instagram-slider{ + height: 200px; + overflow: hidden; +} -/*# sourceMappingURL=maps/style.css.map */ +.instagram-post img{ + height: 200px; + width: 200px; + object-fit: cover; +} \ No newline at end of file -- cgit v1.2.3