diff options
Diffstat (limited to 'design/sass/_header.scss')
-rw-r--r-- | design/sass/_header.scss | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/design/sass/_header.scss b/design/sass/_header.scss index a89636c..da9e41a 100644 --- a/design/sass/_header.scss +++ b/design/sass/_header.scss @@ -59,15 +59,9 @@ header[role="banner"] { } .black header h1 a, .dark header h1 a { color: $body_font_light; - &:before { - background: url("logo-new-@2x-treeonly.png") center -75px no-repeat; - background-size: 90px; - } - @include breakpoint(beta) { - &:before { - background: url("logo-new-@2x-treeonly.png") center -65px no-repeat; - background-size: 92px; - } + &:before { + background: url("logo-new-@2x-treeonly.png") center -65px no-repeat; + background-size: 92px; } } @@ -111,7 +105,7 @@ nav[role="navigation"] { } } @include breakpoint(beta) { - float: left; + float: right; border: none; margin: 52px 0 0 0; padding: 0; |