We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673cd39 commit 8243b2dCopy full SHA for 8243b2d
src/app/(home)/layout.css.ts
@@ -4,7 +4,7 @@ import { semantic } from "@/styles";
4
5
export const mainContainer = style({
6
minHeight: "100dvh",
7
- paddingBottom: "5.6em",
+ paddingBottom: "5.6rem",
8
paddingInline: "2rem",
9
backgroundColor: semantic.background.white,
10
});
0 commit comments