From c10fbdd9ef8f19f35e5ee4f7740cdad79cc77657 Mon Sep 17 00:00:00 2001 From: Bruno Bour <117775202+BrunoBour@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:20:18 -0300 Subject: [PATCH] Issue #06 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mudanças na versão mobile principalmente na proporção --- .../home/OurServices/service.module.css | 21 ++++++++++++++++++- .../home/OurServices/services.module.css | 16 ++++++++++++-- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/src/components/home/OurServices/service.module.css b/src/components/home/OurServices/service.module.css index 62144e2..df2550b 100644 --- a/src/components/home/OurServices/service.module.css +++ b/src/components/home/OurServices/service.module.css @@ -16,4 +16,23 @@ .service > hr { margin-left: 0; width: 100%; -} \ No newline at end of file + border-top: 1px #fff; +} + + +@media screen and (max-width: 600px) { + .service > hr { + display: none; + } + + + .service { + justify-content: center; + } + + .service > p { + text-align: center; + margin-top: 2vh; + } + + } \ No newline at end of file diff --git a/src/components/home/OurServices/services.module.css b/src/components/home/OurServices/services.module.css index b5f8522..eca4dc3 100644 --- a/src/components/home/OurServices/services.module.css +++ b/src/components/home/OurServices/services.module.css @@ -8,8 +8,20 @@ } .services > p { - font-size: 3vh; + font-size: 3.46vh; color: white; text-align: left; + font-style: normal; + font-weight: 400; + line-height: normal; font-family: 'Allegin', sans-serif !important; -} \ No newline at end of file + margin-bottom: 2vh; +} + + +@media screen and (max-width: 600px) { + + .services > p { + text-align: center; + } + } \ No newline at end of file