fix: left menu - alignment between the coungter and the remove button fixed

This commit is contained in:
gaelle morin 2021-07-01 15:55:14 +02:00
parent 35d6a2f74e
commit b685a26a16
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 3 additions and 0 deletions

View File

@ -260,6 +260,9 @@ nav#main__menu {
font-size: 18px;
color: white;
visibility: visible;
position: relative;
bottom: 1px;
margin-left: 6px;
}
}
}