From c45297c5cb0e9a1d1cb293f1578fdc0f1576cabf Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Tue, 23 Oct 2018 13:54:01 -0400 Subject: [PATCH] fix title align --- _sass/navigation.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_sass/navigation.scss b/_sass/navigation.scss index bce4a76..eed75a3 100644 --- a/_sass/navigation.scss +++ b/_sass/navigation.scss @@ -11,9 +11,11 @@ @include mq(md) { position: absolute; - top: $gutter-spacing; + top: $sp-4; right: 0; z-index: 101; + padding-bottom: $sp-4; + box-shadow: inset 0 -1px 0 $border-color; } }