Skip to content

Commit e7daaa2

Browse files
committed
updated form display
1 parent 80ab52b commit e7daaa2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎Form-Controls/style.css‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ footer p {
1010
margin: 2em auto;
1111
padding: 1em;
1212
}
13+
1314
form {
15+
display: block;
1416
border: 1px solid #3333;
1517
border-radius: 1em;
18+
box-sizing: border-box;
19+
width: 100%;
1620
}
1721

1822
.field-row {

0 commit comments

Comments
 (0)