mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-05-21 01:12:03 +00:00
Revert style change
This commit is contained in:
parent
723179be81
commit
af04283274
@ -76,7 +76,7 @@ const InteractivePromotionalCarousel = () => {
|
|||||||
}, [selectedPromotion]);
|
}, [selectedPromotion]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={`flex ${isTabView ? 'flex-col' : 'flex-row'} bg-gray-900 text-white m-4 mx-14 rounded-lg rounded-tr-none rounded-br-none ${isTabView ? 'h-auto' : 'h-[620px]'} ${isTabView ? 'w-full mx-0 ml-0 mt-0' : null}`}>
|
<div className={`flex ${isTabView ? 'flex-col' : 'flex-row'} bg-gray-900 text-white m-4 mx-14 rounded-lg ${isTabView ? 'h-auto' : 'h-[620px]'} ${isTabView ? 'w-full mx-0 ml-0 mt-0' : null}`}>
|
||||||
<div className={isTabView ? 'w-full' : 'lg:w-2/3 relative'}>
|
<div className={isTabView ? 'w-full' : 'lg:w-2/3 relative'}>
|
||||||
{selectedPromotion.video ? (
|
{selectedPromotion.video ? (
|
||||||
<video
|
<video
|
||||||
|
Loading…
x
Reference in New Issue
Block a user