From df2b49d2c98d6f64d60294f63fb27f069f1c0008 Mon Sep 17 00:00:00 2001 From: cofrizot Date: Mon, 13 May 2024 15:58:23 +0200 Subject: [PATCH] Fix the logo seclectors --- .../components/header/header.component.scss | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/app/components/header/header.component.scss b/src/app/components/header/header.component.scss index a3b6f4c..e46a8f1 100644 --- a/src/app/components/header/header.component.scss +++ b/src/app/components/header/header.component.scss @@ -75,19 +75,15 @@ $theme-transition: all 0.3s ease-in-out; &__logo { &--container { - &--container { - display: flex; - flex-direction: row; - gap: 2rem; - } + display: flex; + flex-direction: row; + gap: 2rem; + } - &--sandkasten { - &--sandkasten { - width: 4rem; - height: auto; - aspect-ratio: 1; - } - } + &--sandkasten { + width: 4rem; + height: auto; + aspect-ratio: 1; } } }