diff --git a/src/components/d-layout/DLayout.style.scss b/src/components/d-layout/DLayout.style.scss index a2ae285f..11cb4994 100644 --- a/src/components/d-layout/DLayout.style.scss +++ b/src/components/d-layout/DLayout.style.scss @@ -11,7 +11,7 @@ > .flex, > .flex > .flex { width: 100%; height: 100%; - gap: variables.$xs; + gap: variables.$xl; } &__content {