From abf481edb6df85d0edb46bc31fe2520231d0e729 Mon Sep 17 00:00:00 2001 From: urluckyturtle01 <101178012+urluckyturtle01@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:13:39 +0000 Subject: [PATCH] ok --- pages/landing/components/StoriesSection/index.module.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/landing/components/StoriesSection/index.module.scss b/pages/landing/components/StoriesSection/index.module.scss index 00c81a46..1466ffd8 100644 --- a/pages/landing/components/StoriesSection/index.module.scss +++ b/pages/landing/components/StoriesSection/index.module.scss @@ -74,7 +74,13 @@ &:hover { border-color: #a8abd7; } - + a { + text-decoration: none; /* Ensure no underline or text changes */ + color: inherit; + display: flex; /* Maintain flex layout for content */ + flex-direction: column; /* Keep child alignment */ + width: 100%; /* Match parent dimensions */ + } @include mobile { border-radius: 1.5rem; }