Skip to content

Commit

Permalink
fixed the scaling issues with the errors and the form
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykeb96 committed Jul 23, 2021
1 parent 942b034 commit 3f46511
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/RecipeForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ margin-bottom: 1rem;
const FormStyling = styled.form`
display: flex;
flex-direction: column;
width: 90%
`;

export default function Form(props) {
Expand Down

0 comments on commit 3f46511

Please sign in to comment.