From 89775683c0b86ad954c699fde43dfab4443e024e Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Mon, 19 Dec 2022 15:58:17 +0100 Subject: [PATCH] program tox fix wip --- assets/sass/_theme/sections/programs.sass | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/sass/_theme/sections/programs.sass b/assets/sass/_theme/sections/programs.sass index 9663e901..29d11181 100644 --- a/assets/sass/_theme/sections/programs.sass +++ b/assets/sass/_theme/sections/programs.sass @@ -83,9 +83,11 @@ ol.programs .document-content .content padding-bottom: $spacing2 - > div > * + * + section > * + * margin-top: 1em .blocks + h3 + @include h3 @include media-breakpoint-down(desktop) margin-left: half(-$grid-gutter-sm) margin-right: half(-$grid-gutter-sm) @@ -113,8 +115,9 @@ ol.programs align-self: start grid-column: 1/5 margin-bottom: 0 - h3:not(:first-of-type) + section:not(:first-of-type) margin-top: $spacing4 + section:first-of-type .content border-top: none -- GitLab