From 99a079e5559653bff843b84eba0f2bf5a31e9408 Mon Sep 17 00:00:00 2001 From: devartes Date: Mon, 16 Jan 2023 09:05:21 -0300 Subject: [PATCH] style(Footer.module.scss): modificando estilo do __Title --- src/components/Footer/styles/Footer.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Footer/styles/Footer.module.scss b/src/components/Footer/styles/Footer.module.scss index 1f6a392..fbe5d0e 100644 --- a/src/components/Footer/styles/Footer.module.scss +++ b/src/components/Footer/styles/Footer.module.scss @@ -473,10 +473,14 @@ footer { font-size: 14px; line-height: 16px; color: $primary-200; + text-transform: uppercase; @media (min-width: 2500px) { font-size: 28px; line-height: 33px; } + @media (max-width: 1025px){ + text-transform: unset; + } } &__SubTitle { @media (max-width: 1025px) {