Skip to content

Commit 0b2f709

Browse files
authored
feat: responsive-setup (#157)
* feat: responsive-setup * fix: background color * fix: added font fmaily
1 parent e368200 commit 0b2f709

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

platforms/metagram/src/app.css

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

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+
1120
@layer base {
1221
h1 {
1322
@apply font-geist text-xl/[1] font-semibold;

0 commit comments

Comments
 (0)