Skip to content

Commit 83cc760

Browse files
committed
Changed padding and made border 1px in field class
1 parent 13ab105 commit 83cc760

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Form-Controls/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ label {
1818
font-family: inherit;
1919
width: 50%;
2020
margin-bottom: 1.5rem;
21-
padding: 0.1rem;
22-
border: 1pt solid #acaaa6;
21+
padding: 0.2rem;
22+
border: 1px solid #acaaa6;
2323
border-radius: 4px;
2424
background-color: #f0faf4
2525

0 commit comments

Comments
 (0)