diff --git a/src/app/components/contacts/contacts.component.scss b/src/app/components/contacts/contacts.component.scss index e3fd019..5606029 100644 --- a/src/app/components/contacts/contacts.component.scss +++ b/src/app/components/contacts/contacts.component.scss @@ -43,6 +43,7 @@ box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.1); overflow: auto; } + .right-frame { position: fixed; top: 96px; @@ -154,6 +155,16 @@ /*------------- RESPONSIVE -------------*/ +@media screen and (max-width: 1440px) { + .left-frame { + left: 60px; + } + + .right-frame { + left: 460px; + } +} + @media screen and (max-width: 1150px) { .left-frame { right: 0;