Skip to content

Commit 46308a4

Browse files
resources thumbnail box-shadow fix
1 parent 7d3da1d commit 46308a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/css/components/_resources.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,13 @@
111111
position: relative;
112112
top: 0;
113113
height: 100%;
114+
border-radius: 10px;
115+
overflow: hidden;
114116
transition: top .2s ease-in-out, box-shadow .2s ease-in-out;
117+
118+
@include mobile {
119+
border-radius: 8px;
120+
}
115121
}
116122

117123
.thumb {

0 commit comments

Comments
 (0)