Skip to content

Commit

Permalink
Fix: Add margins for mobile stacked layout (fixes #450)
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck committed Jul 20, 2023
1 parent c0532ea commit 988d68f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions less/plugins/adapt-contrib-narrative/narrative.less
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,12 @@
&.has-img-zoom &__slider-image-container {
.img-zoom();
}

// mobile stacked layout
&__inner.is-stacked &__content-item {
margin-bottom: (@item-margin * 4);
}
&__inner.is-stacked &__content-image {
margin-bottom: @item-title-margin;
}
}

0 comments on commit 988d68f

Please sign in to comment.