diff --git a/src/components/Footer/FooterBottom/footerBottom.module.scss b/src/components/Footer/FooterBottom/footerBottom.module.scss index 2c7856f..1686930 100644 --- a/src/components/Footer/FooterBottom/footerBottom.module.scss +++ b/src/components/Footer/FooterBottom/footerBottom.module.scss @@ -150,7 +150,7 @@ @media screen and (max-width: 1024px) { .containerFooterBottom { - padding: 19px 16px 15px 16px; + padding: 15px 16px; display: grid; grid-template-areas: @@ -163,6 +163,8 @@ grid-area: address; width: 100%; max-width: 258px; + max-height: 12px; + line-height: 12px; white-space: nowrap; overflow: hidden; diff --git a/src/components/Header/header.module.scss b/src/components/Header/header.module.scss index 3a60e93..b47946b 100644 --- a/src/components/Header/header.module.scss +++ b/src/components/Header/header.module.scss @@ -189,6 +189,7 @@ .entrarContainer { grid-area: cart; width: 100%; + max-height: 28px; a { display: none; diff --git a/src/components/MenuNav/menuNav.module.scss b/src/components/MenuNav/menuNav.module.scss index 97e22ee..2e79a4a 100644 --- a/src/components/MenuNav/menuNav.module.scss +++ b/src/components/MenuNav/menuNav.module.scss @@ -5,6 +5,7 @@ background: var(--black); gap: 55px; padding: 0 100px; + max-height: 44px; li { color: var(--white); @@ -21,6 +22,7 @@ @media screen and (min-width: 2500px) { .menuNav { + max-height: 61px; li { font-size: 28px; line-height: 33px; diff --git a/src/components/Newsletter/newsletter.module.scss b/src/components/Newsletter/newsletter.module.scss index 2d4bf9c..6aea8b8 100644 --- a/src/components/Newsletter/newsletter.module.scss +++ b/src/components/Newsletter/newsletter.module.scss @@ -23,6 +23,7 @@ .containerInputNewsletter { display: flex; + height: 42px; input { flex: 1; @@ -74,6 +75,7 @@ } .containerInputNewsletter { + height: 59px; input { font-size: 28px; line-height: 33px; @@ -108,6 +110,12 @@ .containerInputNewsletter { flex-direction: column; + height: auto; + + input { + padding: 17px 16px; + max-height: 50px; + } button { width: 100%;