Skip to content

Commit a9d7029

Browse files
authored
Merge pull request #2191 from navikt/gjevne-ut-avstand-i-artikkelmaler
Bruke Aksel spacing-token for margin
2 parents 9d0ab4a + 4d24cc6 commit a9d7029

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/nextjs/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)