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