From 7d37fcb934e3d159ff875e9047d251217f2941ea Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Tue, 28 May 2024 16:28:58 +0800 Subject: [PATCH] Change ::after content for separating flex navigation links --- src/_includes/global/footer.njk | 4 ++-- src/_includes/main/changelogs.njk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_includes/global/footer.njk b/src/_includes/global/footer.njk index c8a5f34d..e38746f4 100644 --- a/src/_includes/global/footer.njk +++ b/src/_includes/global/footer.njk @@ -39,8 +39,8 @@ } .footer__links li:not(:last-child)::after { - content: '|'; - padding-left: 0.6em; + content: '•'; + padding-left: 0.5em; } /* Screen sizes larger than mobile */ diff --git a/src/_includes/main/changelogs.njk b/src/_includes/main/changelogs.njk index 05b04f20..a8549603 100644 --- a/src/_includes/main/changelogs.njk +++ b/src/_includes/main/changelogs.njk @@ -59,7 +59,7 @@ layout: main/content } .changelog__nav--links li:not(:last-child)::after { - content: '|'; + content: '•'; padding-left: 0.5em; }