From 6f23326c0469629dd27ef223367764672f73e06e Mon Sep 17 00:00:00 2001 From: Chneemann Date: Mon, 1 Apr 2024 08:48:54 +0200 Subject: [PATCH] bugfixes bg color --- src/app/components/contacts/contacts.component.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/components/contacts/contacts.component.scss b/src/app/components/contacts/contacts.component.scss index c368481..32c34fc 100644 --- a/src/app/components/contacts/contacts.component.scss +++ b/src/app/components/contacts/contacts.component.scss @@ -148,17 +148,14 @@ section { left: 232px; width: calc(100vw - 232px); min-height: calc(100vh - 207px); - background-color: var(--bgContent); } } @media screen and (max-width: 910px) { .left-frame { - position: fixed; top: 96px; left: 0px; width: 100vw; - background-color: var(--bgContent); } }