Skip to content

Commit

Permalink
fix: update pinpad to shrink on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
zaudtke committed Jan 12, 2024
1 parent 40f53c1 commit da3a02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_components/numberPad/Panel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import PanelButton from './PanelButton.svelte';
</script>

<div id="panel" class="col-span-1 col-start-5 row-span-4 row-start-2 grid grid-cols-3 grid-rows-7">
<div id="panel" class="grid grid-cols-3">
<PanelButton
bold
on:press={() => dispatch('digit', 1)}
Expand Down

0 comments on commit da3a02f

Please sign in to comment.