set header max-width

This commit is contained in:
smanylov
2026-04-02 11:14:27 +07:00
parent e71b65d593
commit 2878f546ee
+2 -1
View File
@@ -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;