Skip to content
Snippets Groups Projects
Commit 31013afe authored by alexisben's avatar alexisben
Browse files

Block image: set maximum height to image

parent 974fe795
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,11 @@
.credit
p
@extend .small
@include in-page-with-aside
@include media-breakpoint-up(md)
img
max-height: calc(100vh - var(--header-height))
width: auto
@include in-page-without-aside
@include media-breakpoint-up(md)
figcaption
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment