From c6f61e98ab53641069a14b4211e2d55d076d91c6 Mon Sep 17 00:00:00 2001 From: Ayush Gaggar Date: Wed, 2 Oct 2024 13:42:42 -0500 Subject: [PATCH] adding slider image containers --- static/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index db03d8b..6287e2d 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -183,7 +183,7 @@ body { border-radius: 50%; } */ -/* .img-container { +.img-container { position: relative; width: 400px; height: 400px; @@ -267,4 +267,4 @@ body { .img-container .img-slider-button:before { transform: rotate(135deg); -} */ \ No newline at end of file +} \ No newline at end of file