Skip to content

Commit

Permalink
fix: page container should flow vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Feb 8, 2022
1 parent 73a0649 commit 8454fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme-default/src/client/layout/Page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
@media (min-width: 768px) {
Expand Down

0 comments on commit 8454fc0

Please sign in to comment.