Skip to content

Commit 8243b2d

Browse files
committed
fix(#136): em -> rem 오타 수정
1 parent 673cd39 commit 8243b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(home)/layout.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { semantic } from "@/styles";
44

55
export const mainContainer = style({
66
minHeight: "100dvh",
7-
paddingBottom: "5.6em",
7+
paddingBottom: "5.6rem",
88
paddingInline: "2rem",
99
backgroundColor: semantic.background.white,
1010
});

0 commit comments

Comments
 (0)