]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
fixed the center button issue
authorTim Hartwick <tdhartwick2@gmail.com>
Wed, 23 Mar 2016 02:19:25 +0000 (19:19 -0700)
committerTim Hartwick <tdhartwick2@gmail.com>
Wed, 23 Mar 2016 02:19:25 +0000 (19:19 -0700)
scss/components/_media-query.scss
scss/components/_menu.scss

index d6511baa4197b6026162bad919141e8ba5aa4fc2..6308e597f5bc68b21a663b225afcb219e7bef1a9 100755 (executable)
     }
   }
 
+  //Centers the menus!
+  table.menu[align="center"] {
+    width: auto !important;
+  }
+
   //Buttons
   table.button.expand {
     width: 100% !important;
   }
 }
+
index baf2b96e81c4b7cf5f2ca9ccdfa0e91aa3d19f9a..fb3fe58389206a86a5db8107a58b8a72d1012a45 100644 (file)
@@ -61,3 +61,8 @@ table.menu.vertical {
 table.menu.text-center a {
   text-align: center;
 }
+
+//Centers the menus!
+.menu[align="center"] {
+  width: auto !important;
+}
\ No newline at end of file