From 612ca0a71b10f4583e51d9c1a8cda057dfb8c3d6 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 20 Oct 2022 12:09:11 +0200 Subject: [PATCH] fix header li ui --- assets/css/app.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/app.scss b/assets/css/app.scss index 5ec1328..1b6d7fd 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -416,6 +416,11 @@ pre[class*="language-"] { background: $color-white; } } + + li { + padding-left: 5px; + padding-right: 5px; + } } .body {