We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e861c commit 15b655bCopy full SHA for 15b655b
platforms/metagram/src/app.css
@@ -8,6 +8,13 @@
8
src: url('/fonts/Geist-VariableFont_wght.ttf') format('truetype');
9
}
10
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
+
18
@layer base {
19
h1 {
20
@apply font-geist text-xl/[1] font-semibold;
0 commit comments