Skip to content

Commit 4df32a8

Browse files
committed
apply single shadow to image class
1 parent d6c86ba commit 4df32a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/lesson.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ span.fold-unfold {
302302

303303

304304
img.image-with-shadow {
305-
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 24px 0 rgba(0, 0, 0, 0.19);
305+
box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.25);
306306
}
307307

308308
//----------------------------------------

0 commit comments

Comments
 (0)