Skip to content

Commit 15b655b

Browse files
committed
feat: responsive-setup
1 parent 76e861c commit 15b655b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

platforms/metagram/src/app.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
src: url('/fonts/Geist-VariableFont_wght.ttf') format('truetype');
99
}
1010

11+
body {
12+
padding-top: env(safe-area-inset-top);
13+
padding-bottom: env(safe-area-inset-bottom);
14+
padding-left: env(safe-area-inset-left);
15+
padding-right: env(safe-area-inset-right);
16+
}
17+
1118
@layer base {
1219
h1 {
1320
@apply font-geist text-xl/[1] font-semibold;

0 commit comments

Comments
 (0)