Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #547 from torchbox/fix/testimonials-display
Browse files Browse the repository at this point in the history
fix to styling on sub-proposition page
  • Loading branch information
helenb authored Nov 6, 2023
2 parents 07eb496 + f31ea3a commit 05768e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tbx/static_src/sass/components/_quote-slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
grid-template-columns: auto 1fr;
grid-template-rows: auto auto;

// On the sub-proposition page, when the quote is the first block in a section, add padding to compensate for the offset quote svg, so we don't overlap the absolutely positioned heading
.service-section .client-block__section:first-child & {
padding-top: 100px;
}

&__icon {
fill: var(--color--icon, var(--color--accent));
width: 20vw;
Expand Down

0 comments on commit 05768e7

Please sign in to comment.