Skip to content

Commit

Permalink
fix style for small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
maldestor95 committed May 19, 2024
1 parent accd4d6 commit 3890b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/wizard/editscore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:class="{ 'bg-blue-500 text-white ': editable }"
>
<div class="flex flex-row flex-grow">
<div class="basis-1/3 px-2 text-left" :class="{ 'text-5xl ': activePlayer }">
<div class="basis-1/3 px-2 text-left" :class="{ 'md:text-5xl ': activePlayer }">
<slot>UserName</slot>
</div>
<div class="basis-2/3">
Expand Down

0 comments on commit 3890b22

Please sign in to comment.