From 699d8a5a804db30219f159c2b3a623422574ff3d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 23 Dec 2016 10:39:53 -0800 Subject: Make .nav flex-powered - Set an explicit `display: flex` on the base `.nav` class and remove the floats/clearfixes from our navs. - Set some global styles for `.nav-link`, a departure from the previous solution that featured no predefined padding. - Move `.nav-link` from `inline-block` to `block` given this setting was added for our tabs and pills anyway. - Remove horizontal margin from nav tabs; let folks set that on their own from now on. --- scss/_nav.scss | 39 +++------------------------------------ 1 file changed, 3 insertions(+), 36 deletions(-) (limited to 'scss/_nav.scss') diff --git a/scss/_nav.scss b/scss/_nav.scss index 10d5f5c622..66d16ef061 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -4,13 +4,15 @@ // `