Skip to content

Commit

Permalink
モバイル用修正
Browse files Browse the repository at this point in the history
  • Loading branch information
fhrk-78 committed Nov 19, 2024
1 parent 9227ca7 commit 3d62baf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
body {
margin: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 2rem;
font-size: 1.2rem;
}

main {
Expand Down Expand Up @@ -55,6 +55,10 @@
.f {
background-color: white;
}

input[type="number"] {
width: 95vw;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 3d62baf

Please sign in to comment.