Skip to content

Commit

Permalink
Remove accidental border
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuzumon committed Jul 2, 2024
1 parent 9f6919f commit 034fc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tetris.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ export default function(props: TetrisProps) {
return (
<div class="flex items-center bg-amber-500 h-full animate-fadeIn">
<canvas class={styles.tetris} width={blockSize * w} height={blockSize * h}></canvas>
<div class="flex flex-col h-full justify-between gap-4 p-4 items-center border text-2xl mx-auto">
<div class="flex flex-col h-full justify-between gap-4 p-4 items-center text-2xl mx-auto">
<div class="w-16 h-16 md:w-24 md:h-24">
<canvas class={styles.preview} width={blockSize * 5} height={blockSize * 5}></canvas>
</div>
Expand Down

0 comments on commit 034fc1c

Please sign in to comment.