Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/parsa-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomratpro <abdulmonnafsomrat@gmail.com>2021-03-24 06:45:24 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2021-03-24 06:45:24 +0300
commit18dc021ce72db7a15957dfc5ec8045bbe9134158 (patch)
tree62ce49e198dbb57b88658ecee33db78ca3cb1cff
parent4e183d6b4cb3d54227fed20640c78c0998612c5b (diff)
fixed instagram slider height issue
-rw-r--r--assets/css/style.css10
1 files changed, 9 insertions, 1 deletions
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