From 2e25c6b7114073b9d842a8cb6c7ffd2e8c9987d1 Mon Sep 17 00:00:00 2001 From: cwaszczuk Date: Thu, 15 Jun 2017 16:01:58 +0100 Subject: [PATCH] [WEBSITE-1451] Fixed navigation mobile issues --- src/stylesheets/components/_navigation.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/stylesheets/components/_navigation.scss b/src/stylesheets/components/_navigation.scss index ec3c3356..1eeef2bc 100644 --- a/src/stylesheets/components/_navigation.scss +++ b/src/stylesheets/components/_navigation.scss @@ -26,8 +26,12 @@ } } .container { - max-width: 732px; + max-width: 732px; // Reduced to accomodate current grid padding: 0; + margin: 0 $base-spacing-unit-small; + @include media($desktop) { + margin: 0 auto; + } border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: $grey-3;