Skip to content

Commit 3e96b72

Browse files
committed
Retter opp mellomromfeil
Før endring var kompilert kode slik: margin:1rem-0.5rem. Etter endring er kompilert kode slik: margin: 1rem -0.5rem.
1 parent eb5a93a commit 3e96b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/components/layouts/LayoutContainer.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.standard {
1010
padding-left: common.$padding-sides-mobile;
1111
padding-right: common.$padding-sides-mobile;
12-
margin: $vertical-margin-default - #{common.$padding-sides-mobile};
12+
margin: $vertical-margin-default -#{common.$padding-sides-mobile};
1313

1414
@media #{common.$mq-screen-tablet} {
1515
padding-left: common.$padding-sides-tablet;

0 commit comments

Comments
 (0)