Skip to content

Commit

Permalink
safe area
Browse files Browse the repository at this point in the history
  • Loading branch information
eatski committed Apr 9, 2024
1 parent 8e6f1c5 commit e285da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
justify-content: center;
align-items: center;
font-size: 20px;
padding: 16px;
padding: 16px 16px max(16px,env(safe-area-inset-bottom));
color: var(--color-brand-fg);
background-color: var(--color-brand-bg);
border-top: var(--border-primary);
Expand Down

0 comments on commit e285da1

Please sign in to comment.