From 33a5d4f7b45b13429e77fbada05a0c48db20fba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20=C3=81lvarez?= Date: Fri, 3 Jun 2022 17:18:04 +0200 Subject: [PATCH] Fix links, styles --- src/components/common/card/card.module.scss | 5 +++++ src/components/common/footer/index.tsx | 2 +- src/components/common/header/index.tsx | 2 +- src/components/sections/contact/form/form.module.scss | 4 ++-- src/components/sections/contact/form/index.tsx | 2 +- src/components/sections/newsroom/media/media.module.scss | 5 ++--- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/components/common/card/card.module.scss b/src/components/common/card/card.module.scss index bd6b304..deb1b67 100644 --- a/src/components/common/card/card.module.scss +++ b/src/components/common/card/card.module.scss @@ -26,6 +26,11 @@ transform: rotate(45deg) scale(1.15); } } + + .image__container { + filter: brightness(125%); + transition: filter var(--duration-normal); + } } &-blog { diff --git a/src/components/common/footer/index.tsx b/src/components/common/footer/index.tsx index a35ea16..e90f17f 100644 --- a/src/components/common/footer/index.tsx +++ b/src/components/common/footer/index.tsx @@ -207,7 +207,7 @@ export const Footer = () => {