From 0f32093dbfe7b6379930ad4e25c58893c064c661 Mon Sep 17 00:00:00 2001 From: reverend Date: Sun, 23 Aug 2020 14:40:09 +0200 Subject: [PATCH] Refactoring --- components/01_Layouts/flexRow/_flexRow.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/01_Layouts/flexRow/_flexRow.scss b/components/01_Layouts/flexRow/_flexRow.scss index 48180b2..344de9c 100644 --- a/components/01_Layouts/flexRow/_flexRow.scss +++ b/components/01_Layouts/flexRow/_flexRow.scss @@ -2,7 +2,6 @@ &__Container { display: flex; flex-direction: row; - gap: 10px; justify-content: space-around; &--wrap { @@ -12,7 +11,7 @@ &__Item { width: 100%; - @include RV-AlignContent; + @include RV-Alignment; } }