From d3f0f62748feaeaddf160ca235fdef1ed81250d0 Mon Sep 17 00:00:00 2001 From: BernatBC Date: Mon, 12 Feb 2024 17:58:02 +0100 Subject: [PATCH] Apply requested changes --- assets/styles/sections/education.scss | 6 ++++++ layouts/partials/sections/education-alt.html | 5 +++-- layouts/partials/sections/education.html | 5 +++-- 3 files changed, 12 insertions(+), 4 deletions(-) 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 ca60aa4..15a328d 100644 --- a/layouts/partials/sections/education-alt.html +++ b/layouts/partials/sections/education-alt.html @@ -107,9 +107,10 @@ {{ end }} {{ if .custonSections }} -
+
{{ range .custonSections }} -
{{ .name }}: {{ .content }}
+
{{ .name }}:
+
{{ .content | markdownify }}
{{ end }}
{{ end }} diff --git a/layouts/partials/sections/education.html b/layouts/partials/sections/education.html index 0b52218..ac238ce 100644 --- a/layouts/partials/sections/education.html +++ b/layouts/partials/sections/education.html @@ -107,9 +107,10 @@
{{ end }} {{ if .custonSections }} -
+
{{ range .custonSections }} -
{{ .name }}: {{ .content }}
+
{{ .name }}:
+
{{ .content | markdownify }}
{{ end }}
{{ end }}