From cbdb07dbf1146875de72555dbe2006b3c4497f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:24:21 +0100 Subject: [PATCH] Add custom subsections in education (#888) * Add custom subsections in education * Apply requested changes --- assets/styles/sections/education.scss | 6 ++++++ layouts/partials/sections/education-alt.html | 8 ++++++++ layouts/partials/sections/education.html | 8 ++++++++ 3 files changed, 22 insertions(+) diff --git a/assets/styles/sections/education.scss b/assets/styles/sections/education.scss index 75e39af..8188844 100644 --- a/assets/styles/sections/education.scss +++ b/assets/styles/sections/education.scss @@ -129,6 +129,12 @@ margin-bottom: 0; } } + + .custom-section { + .custom-content { + padding-bottom: 0.5em; + } + } } } } diff --git a/layouts/partials/sections/education-alt.html b/layouts/partials/sections/education-alt.html index 827194b..3c6273b 100644 --- a/layouts/partials/sections/education-alt.html +++ b/layouts/partials/sections/education-alt.html @@ -118,6 +118,14 @@ {{ end }} + {{ if .custonSections }} +