Skip to content

Commit ef0a50b

Browse files
authored
Merge pull request #470 from code0-tech/feat/adjust-gap-on-layout
Adjust gap size in layout for improved spacing
2 parents 7172183 + 963145e commit ef0a50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/d-layout/DLayout.style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
> .flex, > .flex > .flex {
1212
width: 100%;
1313
height: 100%;
14-
gap: variables.$xs;
14+
gap: variables.$xl;
1515
}
1616

1717
&__content {

0 commit comments

Comments
 (0)