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; + } } }