From 73cf40a4392bb65525baf54323f7b30fd97655fe Mon Sep 17 00:00:00 2001 From: ITurres Date: Wed, 8 May 2024 23:48:46 -0300 Subject: [PATCH] feat: Add styles to duplicated 'img' element in 'CompanyPage' pages comp --- src/styles/index.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index afbed01..5b7d7c9 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -90,6 +90,16 @@ body { padding: 0.2rem; } +.company-page-hero__logo { + display: block; + max-width: 800px; + min-width: 200px; + position: absolute; + z-index: -1; + filter: blur(10px); + opacity: 0.5; +} + @media (min-width: 900px) { .hero { justify-content: center;