summaryrefslogtreecommitdiff
path: root/design/sass/_header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass/_header.scss')
-rw-r--r--design/sass/_header.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/design/sass/_header.scss b/design/sass/_header.scss
index da9e41a..8f4b207 100644
--- a/design/sass/_header.scss
+++ b/design/sass/_header.scss
@@ -60,9 +60,14 @@ header[role="banner"] {
.black header h1 a, .dark header h1 a {
color: $body_font_light;
&:before {
- background: url("logo-new-@2x-treeonly.png") center -65px no-repeat;
+ background: url("logo-new-@2x-treeonly.png") center -75px no-repeat;
background-size: 92px;
}
+ @include breakpoint(gamma) {
+ &:before {
+ background-position-y: -65px;
+ }
+ }
}