Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
urluckyturtle01 committed Dec 9, 2024
1 parent 820a97b commit abf481e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pages/landing/components/StoriesSection/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit abf481e

Please sign in to comment.