Skip to content

Commit 3cd51d6

Browse files
committed
fix css format issue
1 parent d006c4f commit 3cd51d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025/src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body {
99
}
1010

1111
html {
12-
scroll-padding-top: calc(var(--spacing) * 16)
12+
scroll-padding-top: calc(var(--spacing) * 16);
1313
}
1414

1515
@layer utilities {

0 commit comments

Comments
 (0)