From 42f0bcee406036ab88d5c29ada763ef06665723f Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 14 May 2017 15:59:32 +0530 Subject: [PATCH] Update `align-center` codepen! --- docs/pages/menu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/menu.md b/docs/pages/menu.md index c8bb03f13..3f5f6c5e5 100644 --- a/docs/pages/menu.md +++ b/docs/pages/menu.md @@ -65,7 +65,7 @@ By default, each item in the menu aligns to the left. They can also be aligned t To align items in the middle, add a wrapping element with the class `.menu-centered`.
-

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.

+

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.

```html_example -- 2.47.2