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);