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 e368200 commit 0b2f709Copy full SHA for 0b2f709
platforms/metagram/src/app.css
@@ -8,6 +8,15 @@
8
src: url('/fonts/Geist-VariableFont_wght.ttf') format('truetype');
9
}
10
11
+body {
12
+ font-family: 'Geist', sans-serif;
13
+ padding-top: env(safe-area-inset-top);
14
+ padding-bottom: env(safe-area-inset-bottom);
15
+ padding-left: env(safe-area-inset-left);
16
+ padding-right: env(safe-area-inset-right);
17
+ background-color: white;
18
+}
19
+
20
@layer base {
21
h1 {
22
@apply font-geist text-xl/[1] font-semibold;
0 commit comments