From e64fa9d1c0ff74a966eee4d6b79e8afc71e82d19 Mon Sep 17 00:00:00 2001 From: elise Date: Mon, 15 Jul 2024 20:27:54 +0200 Subject: [PATCH] add a lil arrow --- web/src/components/general/sectionHeader.module.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/components/general/sectionHeader.module.scss b/web/src/components/general/sectionHeader.module.scss index ea3e864..c59f675 100644 --- a/web/src/components/general/sectionHeader.module.scss +++ b/web/src/components/general/sectionHeader.module.scss @@ -8,13 +8,13 @@ font-family: var(--font-serif); margin-bottom: var(--spacing-s); position: relative; - /*padding-left: 1.6rem; + padding-right: 1.4rem; - &:before { + &:after { content: "→"; position: absolute; - left: 0; - }*/ + right: 0; + } } }