From c4d617e6aa0e37647c90dd07b34e61615c021a68 Mon Sep 17 00:00:00 2001 From: Tanguy Krotoff Date: Wed, 7 Jan 2015 12:30:48 +0100 Subject: [PATCH] Fix nav items alignment when on multiple lines --- lib/site_template/_sass/_layout.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/site_template/_sass/_layout.scss b/lib/site_template/_sass/_layout.scss index def56f89..5a9efab2 100644 --- a/lib/site_template/_sass/_layout.scss +++ b/lib/site_template/_sass/_layout.scss @@ -35,9 +35,9 @@ color: $text-color; line-height: $base-line-height; - // Gaps between nav items, but not on the first one - &:not(:first-child) { - margin-left: 20px; + // Gaps between nav items, but not on the last one + &:not(:last-child) { + margin-right: 20px; } }