diff options
Diffstat (limited to 'src/components/ui/HeroBanner.jsx')
| -rw-r--r-- | src/components/ui/HeroBanner.jsx | 2 |
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 } |
