Skip to content

Commit 752080c

Browse files
committed
Bruke Aksel spacing-token for margin
1 parent d970740 commit 752080c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/layouts/page-with-side-menus/PageWithSideMenus.module.scss

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
@use 'common' as common;
22

3-
$sectionGutterSmall: 0.75rem;
4-
$verticalMargin: 1.75rem;
5-
63
.pageWithSideMenus {
74
display: grid;
85
grid-template-columns: 1fr 40rem 1fr;
@@ -16,7 +13,7 @@ $verticalMargin: 1.75rem;
1613
}
1714

1815
:global(.region__intro) {
19-
margin-bottom: $verticalMargin;
16+
margin-bottom: var(--a-spacing-9);
2017
}
2118

2219
:global(.region__pageContent),

0 commit comments

Comments
 (0)