Skip to content

Commit

Permalink
Increase input edit boxes width slighlty
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Gonzalez committed Jan 8, 2024
1 parent 8bbbead commit f9cc43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ h1 {
margin-bottom: 30px; /* Increase vertical separation */
}
.content input[type="number"] {
width: 25%; /* Narrow width for number inputs */
width: 30%; /* Narrow width for number inputs */
font-size: 1.5em; /* Larger font size for the number inside the input */
}
.content input[type="range"],
Expand Down

0 comments on commit f9cc43c

Please sign in to comment.