Skip to content

Commit 51e2ebe

Browse files
committed
fix styling
1 parent 5f37620 commit 51e2ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/routes/_index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function Page() {
2121
<button
2222
onClick={handlePlay}
2323
type="button"
24-
className="bg-yellow-600 rounded text-sm w-full h-10 transition-transform duration-150 hover:scale-105 text-white"
24+
className="bg-yellow-600 rounded text-sm w-full md:w-30 h-10 transition-transform duration-150 hover:scale-105 text-white"
2525
>
2626
プレイ
2727
</button>

0 commit comments

Comments
 (0)