From 3c3dffafb4e6122cb7f3103b264a23c485658a18 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Fri, 22 Dec 2017 22:40:00 +0000 Subject: [PATCH] move navigation to left --- src/styles/_header.styl | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/styles/_header.styl b/src/styles/_header.styl index f91e227..38795ae 100644 --- a/src/styles/_header.styl +++ b/src/styles/_header.styl @@ -31,12 +31,9 @@ headerHeight = 400px .header__nav position absolute - right 60px - top 32px + left 90px + top 40px - @media screen and (max-width: 1030px) - right 40px - top 20px a color white font-size 16px @@ -44,9 +41,7 @@ headerHeight = 400px margin-left 16px text-shadow 0 2px 0 rgba(0,0,0,0.1) position relative - @media screen and (max-width: 420px) - display block - margin-top 5px + &:last-child margin-left 1.5em