From 344e4aacde4cf3fda4d20861ab5d9aadbe9e97c3 Mon Sep 17 00:00:00 2001 From: harry Date: Fri, 14 Apr 2017 07:03:33 +0530 Subject: [PATCH] Add menu-centered on vertical direction. --- scss/components/_menu.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/components/_menu.scss b/scss/components/_menu.scss index b13e2d599..432dfc128 100644 --- a/scss/components/_menu.scss +++ b/scss/components/_menu.scss @@ -366,6 +366,9 @@ $menu-border: $light-gray !default; display: inline-block; vertical-align: top; } + &.vertical > li > a { + justify-content: center; + } } } -- 2.47.2