From d29723ea41873eb01d9752e341f4a870a0ebab90 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 26 Nov 2022 01:28:20 +0100 Subject: [PATCH] Keep the main menu items vertically aligned to the center also on tablets --- platypush/backend/http/webapp/src/components/Nav.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/platypush/backend/http/webapp/src/components/Nav.vue b/platypush/backend/http/webapp/src/components/Nav.vue index 812c67dd..ddb7bf0c 100644 --- a/platypush/backend/http/webapp/src/components/Nav.vue +++ b/platypush/backend/http/webapp/src/components/Nav.vue @@ -291,7 +291,6 @@ nav { &.plugins { @media screen and (min-width: $tablet) and (max-width: $desktop - 1px) { - justify-content: left; margin: 2em 0; } }