From 5eed84bedf78d24ae8291b3aa6d174b270dd1442 Mon Sep 17 00:00:00 2001 From: Martin Emanuel Date: Fri, 5 May 2023 16:00:42 -0300 Subject: [PATCH] fix overflow --- src/components/featured/Featured.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/featured/Featured.tsx b/src/components/featured/Featured.tsx index 1cc403f..7effd67 100644 --- a/src/components/featured/Featured.tsx +++ b/src/components/featured/Featured.tsx @@ -18,7 +18,7 @@ function Featured() { }} initial={'hidde'} whileInView={'show'} - className='flex sm:flex-wrap md:justify-between gap-2 my-4 z-0' + className='flex gap-2 p-4 my-4 z-0 sm:flex-wrap md:justify-between ' > {featuredData?.map((hotel, i) => (