Skip to content

Commit bbc61e3

Browse files
committed
Add styles to make more space for numeric input
1 parent 435ea15 commit bbc61e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ body {
44
}
55
p {
66
margin: 5px;
7+
}
8+
button {
9+
margin: 5px;
10+
}
11+
input[type="number"] {
12+
width: 100px;
713
}

0 commit comments

Comments
 (0)