Skip to content

Commit 1d32319

Browse files
committed
add image-with-shadow class
1 parent c97dc12 commit 1d32319

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/lesson.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ span.fold-unfold {
299299
}
300300

301301

302+
img.image-with-shadow {
303+
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 24px 0 rgba(0, 0, 0, 0.19);
304+
}
305+
302306
//----------------------------------------
303307
// Life cycle box
304308
//----------------------------------------

0 commit comments

Comments
 (0)