From a54f38305c5f7ae68d540a10caa3398447d3b29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 28 Jun 2021 19:45:16 +0200 Subject: [PATCH] lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/about.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/about.scss b/app/styles/about.scss index 09ffe78d9..53a20ac9d 100644 --- a/app/styles/about.scss +++ b/app/styles/about.scss @@ -369,6 +369,7 @@ $fluid-breakpoint: $maximum-width + 20px; li { display: inline; + &::after { content: ' · '; }