From b5309604e24be260d88998b3d2b1a6ab6adeb356 Mon Sep 17 00:00:00 2001 From: Olivia206 Date: Fri, 22 Jul 2022 12:40:49 +0200 Subject: [PATCH] Key figures --- assets/sass/_theme/blocks/key_figures.sass | 38 +++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/assets/sass/_theme/blocks/key_figures.sass b/assets/sass/_theme/blocks/key_figures.sass index 389087a82..a256064f4 100644 --- a/assets/sass/_theme/blocks/key_figures.sass +++ b/assets/sass/_theme/blocks/key_figures.sass @@ -1,19 +1,19 @@ -// .block-key_figures -// ul -// --bs-gutter-y: 3rem -// @extend .row -// list-style: none -// padding-left: 0 -// margin-bottom: 0 -// li -// margin-bottom: 3rem -// @extend .col-md-4 -// dl -// margin-bottom: 0 -// dt -// strong -// display: inline-block -// font-size: px2rem(60) -// padding-right: map-get($spacers, 1) -// dd -// margin-bottom: 0 +.block-key_figures + ul + // --bs-gutter-y: 3rem + @include grid(3) + list-style: none + padding-left: 0 + margin-bottom: 0 + li + // margin-bottom: 3rem + dl + margin-bottom: 0 + dt + strong + display: inline-block + // font-size: px2rem(60) + // padding-right: map-get($spacers, 1) + dd + margin-bottom: 0 + margin-left: 0