From 775ba96946555b11a4b00432a0a52781c447a0dc Mon Sep 17 00:00:00 2001 From: Rafael Sampaio Date: Sat, 31 Dec 2022 11:08:53 -0300 Subject: [PATCH] refactor: ajusta footer bottom 1280px --- src/components/FooterBottom/styles.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/FooterBottom/styles.module.scss b/src/components/FooterBottom/styles.module.scss index 8486105..f9ab793 100644 --- a/src/components/FooterBottom/styles.module.scss +++ b/src/components/FooterBottom/styles.module.scss @@ -15,6 +15,7 @@ &__corporateName { width: 21.707%; + max-width: 234.42px; height: 24px; p { @@ -32,6 +33,7 @@ align-items: center; justify-content: space-between; width: 36.921%; + max-width: 398.72px; height: 100%; } @@ -70,6 +72,7 @@ display: flex; justify-content: space-between; width: 20.965%; + max-width: 226.58px; height: 16px; } -- 2.34.1