Skip to content

Commit 2ed6d8f

Browse files
committed
fix: revert size units
1 parent 0cc88b4 commit 2ed6d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/globals.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body {
2-
width: 100dvw;
3-
height: 100dvh;
2+
width: 100%;
3+
height: 100%;
44
margin: 0;
55
border: 0;
66
display: block;

0 commit comments

Comments
 (0)