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; } } }