Skip to content

Commit

Permalink
Fix misalignment of input on wide views
Browse files Browse the repository at this point in the history
  • Loading branch information
j8ahmed committed Jul 10, 2022
1 parent 767c3d7 commit 5191e26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/grocery_list/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ a:hover{
.app_container{
position: relative;
max-width: 800px;
margin: auto;
padding: 1rem;
border-radius: 0.5rem;
background: var(--dull_white);
Expand Down Expand Up @@ -99,7 +100,7 @@ form{
.form_item{
display: flex;
align-items: center;
justify-content: flex-start;
justify-content: center;
visibility: hidden;
}

Expand Down

0 comments on commit 5191e26

Please sign in to comment.