Skip to content

Commit

Permalink
add vertical spacing to form element after removing bootstrap (vanill…
Browse files Browse the repository at this point in the history
…a css)
  • Loading branch information
YUUU23 committed Jul 18, 2024
1 parent a40d489 commit 7273c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body,

.form-input {
width: 100%;
margin-top: 4px;
margin: 8px 0 2.8vh 0;
padding: 13px 0 13px 14px;
border-radius: 8px;
border: 1px solid rgb(222 226 230);
Expand All @@ -55,7 +55,7 @@ body,
font-size: 18px;
width: 102%;
background-color: rgb(13 110 253);
padding: 1.5vh 0;
padding: 1.8vh 0;
color: white;
border-radius: 8px;
border: 1px solid rgb(222 226 230);
Expand Down

0 comments on commit 7273c4a

Please sign in to comment.