From b685a26a1611645d8ce32c3740286554295450a9 Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Thu, 1 Jul 2021 15:55:14 +0200 Subject: [PATCH] fix: left menu - alignment between the coungter and the remove button fixed --- src/styles/left-nav/_index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/left-nav/_index.scss b/src/styles/left-nav/_index.scss index c96e381..4566b88 100644 --- a/src/styles/left-nav/_index.scss +++ b/src/styles/left-nav/_index.scss @@ -260,6 +260,9 @@ nav#main__menu { font-size: 18px; color: white; visibility: visible; + position: relative; + bottom: 1px; + margin-left: 6px; } } }