diff --git a/assets/sass/_theme/blocks/image.sass b/assets/sass/_theme/blocks/image.sass index 74c3817e018f973c74712b448ae5246befa3d0f1..ac4a297969ae3718bfda598212fe514b8738b9e1 100644 --- a/assets/sass/_theme/blocks/image.sass +++ b/assets/sass/_theme/blocks/image.sass @@ -56,7 +56,6 @@ display: block text-align: right &.image-landscape - picture margin-left: -$grid-gutter margin-right: -$grid-gutter @@ -67,5 +66,8 @@ display: flex justify-content: space-between align-items: baseline + * + flex: 1 1 .credit - margin-top: 0 \ No newline at end of file + margin-top: 0 + text-align: right \ No newline at end of file