We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2746728 commit 8fc3621Copy full SHA for 8fc3621
credentials/static/sass/_layouts.scss
@@ -16,7 +16,7 @@
16
// ------------------------------
17
%layout-wrapper {
18
@extend .mb-5;
19
- padding: 0 ($spacer*2);
+ padding: 0 calc(var(--pgn-spacing-spacer-base) * 2);
20
}
21
22
%layout {
0 commit comments