From 19d5a2fa529f82447187d2288a1723e429885532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20=C3=81lvarez?= Date: Fri, 1 Jul 2022 14:26:10 +0200 Subject: [PATCH] General style changes --- src/components/sections/community/events/events.module.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/community/events/events.module.scss b/src/components/sections/community/events/events.module.scss index 32ba7d4..8046ada 100644 --- a/src/components/sections/community/events/events.module.scss +++ b/src/components/sections/community/events/events.module.scss @@ -89,7 +89,7 @@ background: linear-gradient( 90deg, rgb(3 3 3 / 0) 0%, - rgb(3 3 3 / 0.95) 35%, + rgb(3 3 3 / 1) 35%, rgb(3 3 3 / 1) 65% ); width: tovw(280px, 'default', 150px); @@ -128,7 +128,7 @@ } right: initial; - left: tovw(-280px); + left: tovw(-220px); transform: scaleX(-1); z-index: 5; } @@ -178,7 +178,7 @@ background: linear-gradient( 90deg, rgb(251 251 251 / 0) 0%, - rgb(251 251 251 / 0.95) 35%, + rgb(251 251 251 / 1) 35%, rgb(251 251 251 / 1) 65% ); width: tovw(280px, 'default', 150px);