Skip to content

Commit

Permalink
changed flex direction
Browse files Browse the repository at this point in the history
  • Loading branch information
Samdrea Hsu authored and Samdrea Hsu committed Aug 23, 2024
1 parent 5f28ef3 commit e429b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
align-items: center;
height: 100vh;
background-color: #f4f4f4;
flex-direction: column;
}

#expenseForm {
Expand All @@ -22,6 +23,7 @@
width: 100%;
max-width: 400px;
box-sizing: border-box;
text-align: center;
}

h2 {
Expand Down

0 comments on commit e429b07

Please sign in to comment.