Skip to content
Snippets Groups Projects
Commit 9530918d authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix image

parent d76f132d
No related branches found
No related tags found
Loading
......@@ -30,7 +30,6 @@
figure
img
max-height: $block-image-max-height-without-sidebar
// max-height: calc(100vh - var(--header-height))
width: auto
max-width: 100%
&.image-portrait, &.image-square
......@@ -42,16 +41,15 @@
figure
display: flex
align-items: flex-end
> a
> a
width: columns(7)
margin-left: half(var(--grid-gutter))
margin-left: var(--grid-gutter)
display: block
order: 2
picture
margin-left: 0
margin-right: var(--grid-gutter-negative)
figcaption
width: calc(#{columns(5)} + var(--grid-gutter) / 2)
width: columns(5)
order: 1
display: block
text-align: right
......
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