Skip to content

Commit

Permalink
fix(docs): figure caption of About > Brand logos is rendered (#2393)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Nov 29, 2023
1 parent e3c19bc commit 7dee77f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/assets/scss/_boosted.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ body {
text-rendering: optimizelegibility;
}

#orange-logo ~ .row .ratio .figure-caption {
bottom: -#{$spacer * 1.5};

@include media-breakpoint-up(lg) {
bottom: -#{$spacer};
}
}

// Back to top offset
[id="#{$back-to-top-target-id}"]:target {
@include media-breakpoint-up(md) {
Expand Down

0 comments on commit 7dee77f

Please sign in to comment.