From c6760be25b2a93d5a96ed94676316fbb0b14304d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 14 Dec 2022 22:34:06 +0100 Subject: [PATCH] update ejs link ul --- assets/css/app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/app.scss b/assets/css/app.scss index b68d015..f5d8f6d 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -1075,6 +1075,10 @@ $links: ( margin-right: 10px; } } + + ul { + list-style: initial; + } } $image-size: 85px;