Skip to content

Commit

Permalink
Merge branch 'release' into 'master'
Browse files Browse the repository at this point in the history
Release

See merge request buckinghamshire-council/bc!805
  • Loading branch information
siimonevans committed Nov 29, 2024
2 parents 06a2eae + 1d86927 commit 7be19c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 82.7 (2024-11-29)

Compare: <https://git.torchbox.com/buckinghamshire-council/bc/compare/82.6...82.7>

- FE: Fix spacing between rich-text and callout block

## 82.6 (2024-11-28)

Compare: <https://git.torchbox.com/buckinghamshire-council/bc/compare/82.5...82.6>
Expand Down
8 changes: 8 additions & 0 deletions bc/static_src/sass/components/_promo-sf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@
}
}
}

&--paragraph + &--callout_with_image {
margin-top: 50px;

@include media-query(tablet-portrait) {
margin-top: 75px;
}
}
}

.promo-table-container {
Expand Down

0 comments on commit 7be19c3

Please sign in to comment.