diff --git a/src/app/styles/header.scss b/src/app/styles/header.scss index e57ef96..67158ae 100644 --- a/src/app/styles/header.scss +++ b/src/app/styles/header.scss @@ -4,11 +4,12 @@ display: flex; justify-content: end; align-items: center; - margin-bottom: 30px; background: v.$white; padding: 20px 30px; border-radius: 20px; box-shadow: 0 4px 20px v.$shadow-1; + max-width: 1920px; + margin: 0 auto 30px; @media (max-width: 490px) { padding: 20px 20px;