Skip to content

Commit

Permalink
Merge pull request #514
Browse files Browse the repository at this point in the history
add class for images with a drop shadow
  • Loading branch information
maxim-belkin authored Mar 23, 2021
2 parents 625c55e + 4b20368 commit d0c90ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/lesson.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,11 @@ span.fold-unfold {
}


p.image-with-shadow img,
img.image-with-shadow {
box-shadow: 0 6px 24px 0 #888;
}

//----------------------------------------
// Life cycle box
//----------------------------------------
Expand Down

0 comments on commit d0c90ee

Please sign in to comment.