]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Required so that the items inside the menu are also center aligned 1015/head
authornikitasol <nikita@handrich.es>
Mon, 3 Aug 2020 21:25:08 +0000 (23:25 +0200)
committernikitasol <nikita@handrich.es>
Mon, 3 Aug 2020 21:25:08 +0000 (23:25 +0200)
scss/components/_menu.scss

index 4d67cf68fe76c7aeee2b4a0864891265889efece..e59bf9e8a53950beb864c01ba84aa4e30fc437b5 100644 (file)
@@ -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;}