Skip to content

Commit

Permalink
Merge pull request #4 from Sprudeel/better-mobile-view
Browse files Browse the repository at this point in the history
fix(abwaschen): correct text alignment
  • Loading branch information
Sprudeel authored Apr 25, 2023
2 parents 252d238 + 8712909 commit e4f06ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Components/aemtlis/Abwaschen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function animate() {
<Geschirr_Sauber
class="h-20 w-20 lg:h-40 lg:w-40 self-center"
/>
<div class="bg flex items-center flex-1 opacity-0 p-2 woosh">
<div v-if="group.name">
<div class="bg flex-col flex-1 opacity-0 p-2 woosh">
<div v-if="group.name" class="text-center">
<p class="font-bold text-lg lg:text-2xl lg:mb-3">{{ group.name }}</p>
<p
v-for="participant in group.participants"
Expand Down

0 comments on commit e4f06ec

Please sign in to comment.