Skip to content

Commit 8fc3621

Browse files
committed
fix: spacer calc
1 parent 2746728 commit 8fc3621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

credentials/static/sass/_layouts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// ------------------------------
1717
%layout-wrapper {
1818
@extend .mb-5;
19-
padding: 0 ($spacer*2);
19+
padding: 0 calc(var(--pgn-spacing-spacer-base) * 2);
2020
}
2121

2222
%layout {

0 commit comments

Comments
 (0)