From d2360417483c4f49b027a8fcba2d2053f69c9bd7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2016 18:29:51 -0800 Subject: [PATCH] make more examples responsive --- docs/components/navbar.md | 128 +++++++++++++++++++++----------------- 1 file changed, 71 insertions(+), 57 deletions(-) diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 8fc97684f0..3fa9642ff7 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -231,68 +231,82 @@ Navbars may contain bits of text with the help of `.navbar-text`. This class adj Theming the navbar has never been easier thanks to the combination of theming classes and `background-color` utilities. Chose from `.navbar-light` for use with light background colors, or `.navbar-dark` for dark background colors. Then, customize with `.bg-*` utilities.
-