From ce18736cd81808d4fc352542fb8b0f337f83a617 Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Wed, 6 Jan 2016 14:07:13 -0800
Subject: [PATCH] fix example css

---
 docs/examples/justified-nav/justified-nav.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/examples/justified-nav/justified-nav.css b/docs/examples/justified-nav/justified-nav.css
index 48ac07a9b3..bd28e271e3 100644
--- a/docs/examples/justified-nav/justified-nav.css
+++ b/docs/examples/justified-nav/justified-nav.css
@@ -27,13 +27,13 @@ body {
   float: none;
 }
 .nav-link {
-  text-align: center;
-  margin-bottom: 5px;
   width: 100%;
+  margin-bottom: 5px;
+  text-align: center;
 }
 
 @media (min-width: 768px) {
-   .nav-item {
+  .nav-item {
     display: table-cell;
     width: 1%;
   }
-- 
GitLab