From e3f49832f2b44ca4c68378502e2dbdb25b26566f Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 17 Sep 2024 11:52:46 +0000 Subject: [PATCH] slider css mobile optimization --- src/styles/SimpleSlider.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/SimpleSlider.css b/src/styles/SimpleSlider.css index ccabd09..e6b73ac 100644 --- a/src/styles/SimpleSlider.css +++ b/src/styles/SimpleSlider.css @@ -112,6 +112,7 @@ display: flex; flex-direction: column; grid-gap: 15px; + height: 500px; } }