Skip to content

Commit

Permalink
Merge pull request #5 from emmanuel-mendez:dev
Browse files Browse the repository at this point in the history
style: update layout component to use 100svh for minimum height
  • Loading branch information
emmanuel-mendez authored Jan 12, 2025
2 parents ffddeb9 + c346eb8 commit 556eea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/templates/layout/layout.component.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:host {
display: grid;
min-height: 100vh;
min-height: 100svh;
grid-template-rows: auto 1fr auto;
}

0 comments on commit 556eea4

Please sign in to comment.