We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f37620 commit 51e2ebeCopy full SHA for 51e2ebe
1 file changed
app/routes/_index.tsx
@@ -21,7 +21,7 @@ export default function Page() {
21
<button
22
onClick={handlePlay}
23
type="button"
24
- className="bg-yellow-600 rounded text-sm w-full h-10 transition-transform duration-150 hover:scale-105 text-white"
+ className="bg-yellow-600 rounded text-sm w-full md:w-30 h-10 transition-transform duration-150 hover:scale-105 text-white"
25
>
26
プレイ
27
</button>
0 commit comments