Skip to content

Commit

Permalink
Add min-height to app
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Jun 29, 2023
1 parent e9ed945 commit 3692ab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
background-color: var(--clr-primary-light);
color: var(--clr-primary-dark);
text-align: center;
min-height: 100dvh;
}

.Main {
Expand Down

0 comments on commit 3692ab6

Please sign in to comment.