EventCard fixed with for large screens, full width for small screens
This commit is contained in:
parent
51c7bcba74
commit
90762fd7f4
|
@ -3,7 +3,7 @@
|
|||
class="mbz-card snap-center dark:bg-mbz-purple"
|
||||
:class="{
|
||||
'sm:flex sm:items-start': mode === 'row',
|
||||
'w-auto sm:w-[18rem] shrink-0 flex flex-col': mode === 'column',
|
||||
'min-w-full sm:min-w-[18rem] sm:max-w-[18rem] shrink-0 flex flex-col': mode === 'column',
|
||||
}"
|
||||
:to="to"
|
||||
:isInternal="isInternal"
|
||||
|
|
Loading…
Reference in a new issue