skip to Main Content

Html – Button not respecting height of parent div

The first button isn't respecting the height of the div that's surrounding it, causing the image to poke out of the div. <div class="bg-card text-card-foreground overflow-hidden rounded-xl border shadow-sm animate-fade-in h-[330px] w-64"> <div class="flex items-center justify-center gap-2 h-36 p-0"><button class="inline-flex…

VIEW QUESTION

Tailwind CSS style Not applying

where the error is occurred? this is my end points: theme: { screens: { 'mobile-sm': '320px', 'mobile-md': '481px', 'tablet': '769px', 'desktop-sm': '1025px', 'desktop-md': '1201px' }, I need to apply style as, flex-col in the mobile view and flex-row in desktop…

VIEW QUESTION
Back To Top
Search