Skip to content

Commit de643ce

Browse files
resources thumbnail box-shadow
1 parent bec85a7 commit de643ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/components/_resources.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,14 @@
115115
}
116116

117117
.thumb {
118+
z-index: 2;
119+
position: relative;
118120
display: block;
119121
width: 100%;
120122
height: 187px;
121123
object-fit: cover;
122124
border-radius: 10px 10px 0 0;
125+
box-shadow: 0px 2px 4px rgba(183, 183, 183, .5);
123126

124127
@include mobile {
125128
height: 151px;

0 commit comments

Comments
 (0)