From 16616f8e9cd387a3632e890f70cbb592d87bf00f Mon Sep 17 00:00:00 2001 From: devartes Date: Thu, 12 Jan 2023 17:17:54 -0300 Subject: [PATCH] =?UTF-8?q?style(Main.module.scss):=20corre=C3=A7=C3=A3o?= =?UTF-8?q?=20de=20altura=20do=20input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Main/styles/Main.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Main/styles/Main.module.scss b/src/components/Main/styles/Main.module.scss index 4f38064..6279916 100644 --- a/src/components/Main/styles/Main.module.scss +++ b/src/components/Main/styles/Main.module.scss @@ -215,7 +215,7 @@ main { } & input { flex: 1; - height: 14.02px; + max-height: 14.49px; background: $white; border: 1px solid $secundary-200; border-radius: 25px; @@ -226,7 +226,7 @@ main { color: $secundary-100; margin-top: 12px; @media (min-width: 2500px) { - height: 31.02px; + max-height: 31.49px; font-size: 28px; line-height: 33px; }