Keep the main menu items vertically aligned to the center also on tablets

This commit is contained in:
Fabio Manganiello 2022-11-26 01:28:20 +01:00
parent d0c8a8edf9
commit d29723ea41
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 0 additions and 1 deletions

View File

@ -291,7 +291,6 @@ nav {
&.plugins {
@media screen and (min-width: $tablet) and (max-width: $desktop - 1px) {
justify-content: left;
margin: 2em 0;
}
}