From ccae0fd7a7fdfde1fd9ef6c0a7ee1eb7bdd62ad0 Mon Sep 17 00:00:00 2001 From: alexisben <alexiben7@gmail.com> Date: Mon, 25 Jul 2022 13:18:50 +0200 Subject: [PATCH] block testimonial full-width --- assets/sass/_theme/blocks/testimonials.sass | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/assets/sass/_theme/blocks/testimonials.sass b/assets/sass/_theme/blocks/testimonials.sass index 0808118f..f1f3d9f1 100644 --- a/assets/sass/_theme/blocks/testimonials.sass +++ b/assets/sass/_theme/blocks/testimonials.sass @@ -1,11 +1,4 @@ .block-testimonials - - @include in-page-without-aside - .block-content - // @extend .row - .testimonials - // @extend .col-md-8 - blockquote @extend .blockquote padding-top: calc(#{$block-testimonials-font-size} * 2) @@ -95,3 +88,15 @@ i background-color: $block-testimonials-pagination-progress-background width: 0 + + @include in-page-without-aside + .testimonials + padding-right: col(4) + + // figure + // display: flex + // figcaption + // order: -1 + // display: block + // .avatar + // margin-bottom: $spacing1 \ No newline at end of file -- GitLab