Skip to content

Commit 7deec78

Browse files
add: global styles
1 parent 9365e94 commit 7deec78

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

styles/globals.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
html,
2+
body {
3+
padding: 0;
4+
margin: 0;
5+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
6+
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
7+
}
8+
9+
* {
10+
box-sizing: border-box;
11+
}

0 commit comments

Comments
 (0)