Skip to content

Commit eb46639

Browse files
committed
update min width of form
1 parent 03dd0c2 commit eb46639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form-Controls/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ form button:hover {
5656

5757
form {
5858
display: grid;
59-
min-width: 0px;
59+
min-width: 350px;
6060
gap: 1rem;
6161
background-color: var(--clr-bg-base);
6262
padding: 2rem;

0 commit comments

Comments
 (0)