Skip to content

Commit

Permalink
min height rows
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Jul 15, 2024
1 parent 2cb4102 commit 668b870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/qualifiers/Display.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>
<div
:style="`--cols: ${grid.cols}; --rows: ${grid.rows};`"
class="grid max-w-full overflow-hidden w-full grid-cols-[repeat(var(--cols),10rem_1fr)] grid-rows-[repeat(calc(var(--rows)+1),1fr)] items-center justify-around gap-y-4"
class="grid max-w-full overflow-hidden w-full grid-cols-[repeat(var(--cols),10rem_1fr)] grid-rows-[repeat(calc(var(--rows)+1),minmax(5rem,1fr))] items-center justify-around gap-y-4"
>
<div class="col-span-[calc(var(--cols)*2)] text-center font-bold text-6xl">
<h1 class="text-center font-bold text-6xl">
Expand Down

0 comments on commit 668b870

Please sign in to comment.