fix(store): Increase the margin below featured section (#9092)
I've increased the margin, to the requested 60px Before: <img width="1522" alt="91e02ace-920a-4e69-9a12-2c55d9a63ff0" src="https://github.com/user-attachments/assets/d1163b04-7e80-4ac9-81d5-98f3a7f8a8b9" /> Requested: 
This commit is contained in:
parent
ddac69e0f1
commit
d3e1319eb3
|
@ -113,7 +113,7 @@ export const FeaturedSection: React.FC<FeaturedSectionProps> = ({
|
|||
/>
|
||||
))}
|
||||
</div>
|
||||
<div className="flex items-center gap-3">
|
||||
<div className="flex items-center gap-3 mb-[60px]">
|
||||
<button
|
||||
onClick={handlePrevSlide}
|
||||
className="mb:h-12 mb:w-12 flex h-10 w-10 items-center justify-center rounded-full border border-neutral-400 bg-white dark:border-neutral-600 dark:bg-neutral-800"
|
||||
|
|
Loading…
Reference in New Issue