Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit cfb869b

Browse files
committed
fix: padding fix
1 parent cc8991f commit cfb869b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@use 'src/styles/utility' as *;
22

33
.content {
4-
padding: rem(2);
4+
padding: 0 rem(3.5) 0 rem(3.5);
55
}

0 commit comments

Comments
 (0)