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