From: nikitasol Date: Mon, 3 Aug 2020 21:25:08 +0000 (+0200) Subject: Required so that the items inside the menu are also center aligned X-Git-Tag: v2.4.0^2~9^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1015%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Required so that the items inside the menu are also center aligned --- diff --git a/scss/components/_menu.scss b/scss/components/_menu.scss index 4d67cf68..e59bf9e8 100644 --- a/scss/components/_menu.scss +++ b/scss/components/_menu.scss @@ -70,6 +70,10 @@ table.menu.text-center a { width: auto; } +.menu[align="center"] tr { + text-align: center; +} + // Remove outside padding so that the menu aligns with other elements on the page .menu:not(.float-center) { .menu-item:first-child{padding-left:0!important;}