Skip to content

Commit

Permalink
css updates
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 8, 2024
1 parent 22a71ef commit 5e81aa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ body {

:root {
--primary-brand: #ffc474;
--page-height: calc(100vh - env(safe-area-inset-top, 48px) - env(safe-area-inset-bottom, 0));
}

* {
Expand All @@ -39,7 +40,7 @@ body {
padding: 1rem;
margin: 0rem auto;
position: relative;
min-height: calc(100vh - 2rem);
min-height: var(--page-height);
display: flex;
flex-direction: column;
justify-content: space-around;
Expand Down

0 comments on commit 5e81aa7

Please sign in to comment.