Skip to content

Commit afd350e

Browse files
committed
chore: set cards more simple
1 parent ae67fca commit afd350e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

_sass/pages/_home.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,6 @@
4949
overflow: hidden;
5050
position: relative;
5151

52-
// Subtle gradient overlay
53-
&::before {
54-
content: '';
55-
position: absolute;
56-
top: 0;
57-
left: 0;
58-
right: 0;
59-
height: 1px;
60-
background: linear-gradient(90deg,
61-
transparent 0%,
62-
rgb(192 192 192 / 84.7%) 50%,
63-
transparent 100%);
64-
z-index: 1;
65-
}
6652

6753
%img-radius {
6854
border-radius: v.$radius-lg v.$radius-lg 0 0;

0 commit comments

Comments
 (0)