From 635dfcbc580fc457febef6d6fa6504633de6fc64 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 14 May 2017 16:06:16 +0530 Subject: [PATCH] Add `menu-centered` codepen! --- docs/pages/menu.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pages/menu.md b/docs/pages/menu.md index 3f5f6c5e5..c0cd588b9 100644 --- a/docs/pages/menu.md +++ b/docs/pages/menu.md @@ -68,6 +68,12 @@ To align items in the middle, add a wrapping element with the class `.menu-cente

If you're using Flexbox mode, you have the option of either using .align-center to the menu like this codepen or instead you can use the default wrapper class below.

+
+ Watch this part in video + + edit on codepen button +
+ ```html_example