Skip to content

Commit

Permalink
changed orientation of pricetags, info, and checkbox for meals, vaira…
Browse files Browse the repository at this point in the history
…tions and events in mobile dimension
  • Loading branch information
Felix Ruf authored and MalibusParty committed Feb 13, 2024
1 parent 2f12225 commit 8b267a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="mr-[5px] flex h-[30px] content-center rounded-md min-[380px]:mr-[15px] xl:h-[20px]"
class="flex h-[30px] content-center rounded-md min-[380px]:mr-[15px] xl:h-[20px]"
:class="[limit > 9 ? 'min-w-[46px] min-[370px]:min-w-[65px]' : 'min-w-[40px] min-[370px]:min-w-[46px]', mealCSS]"
>
<div class="my-auto h-3 w-4 flex-auto min-[370px]:w-6 min-[370px]:flex-none">
Expand Down

0 comments on commit 8b267a8

Please sign in to comment.