Skip to content

Commit

Permalink
Merge pull request #5 from salino3/add-input
Browse files Browse the repository at this point in the history
Add input
  • Loading branch information
salino3 authored Jun 16, 2024
2 parents 7d240a1 + cd6b5d5 commit 356d34b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pods/home/components/input-text/input-text.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

.containerInput {
position: relative;
width: 50%;
width: 60%;
min-width: 200px;

.inputText {
border-radius: 0.5rem;
Expand Down

0 comments on commit 356d34b

Please sign in to comment.