summaryrefslogtreecommitdiff
path: root/src/components/ui/HeroBanner.jsx
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-06-20 09:01:38 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-06-20 09:01:38 +0700
commit290114b315a2f478113918cd8fc37737a47f8e70 (patch)
tree96d0802df1d612ccbf3cc16f548555592c3cc8cd /src/components/ui/HeroBanner.jsx
parent81d3bd413bdf56963d032afbcb04bfd3ce3b9d76 (diff)
Update UI style
Diffstat (limited to 'src/components/ui/HeroBanner.jsx')
-rw-r--r--src/components/ui/HeroBanner.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/HeroBanner.jsx b/src/components/ui/HeroBanner.jsx
index d7d3d854..6cf7902c 100644
--- a/src/components/ui/HeroBanner.jsx
+++ b/src/components/ui/HeroBanner.jsx
@@ -21,7 +21,7 @@ const swiperBanner = {
},
modules: [Pagination, Autoplay],
loop: true,
- className: 'border border-gray_r-6',
+ className: 'border border-gray_r-6 min-h-full',
slidesPerView: 1
}