Skip to content

Commit d0c90ee

Browse files
authored
Merge pull request carpentries/styles#514
add class for images with a drop shadow
2 parents 625c55e + 4b20368 commit d0c90ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/css/lesson.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,11 @@ span.fold-unfold {
301301
}
302302

303303

304+
p.image-with-shadow img,
305+
img.image-with-shadow {
306+
box-shadow: 0 6px 24px 0 #888;
307+
}
308+
304309
//----------------------------------------
305310
// Life cycle box
306311
//----------------------------------------

0 commit comments

Comments
 (0)