Skip to content

Commit

Permalink
Fixed UI ..
Browse files Browse the repository at this point in the history
  • Loading branch information
Jash Savaliya committed Jun 19, 2024
1 parent 93d2001 commit 6902d29
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ h1 {
}

.input-group {
margin-bottom: 1rem;
/* margin-bottom: 1rem; */
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
gap: 1rem;
}

input[type="text"] {
Expand All @@ -35,6 +40,7 @@ input[type="text"] {
border-radius: 4px;
width: calc(100% - 110px);
margin-right: 10px;
margin
}

.btn {
Expand Down

0 comments on commit 6902d29

Please sign in to comment.