From 7f61011cf6ce2da7dac5a7fe7be0e8b871f47587 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Wed, 10 Jan 2018 10:00:12 +0000
Subject: [PATCH] showing the smaller otf logo below tablet-landscape
 breakpoint to make room for nav and google translate button

---
 opentech/static_src/src/sass/layout/_header.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/opentech/static_src/src/sass/layout/_header.scss b/opentech/static_src/src/sass/layout/_header.scss
index 070358a2d..0d021bf2b 100644
--- a/opentech/static_src/src/sass/layout/_header.scss
+++ b/opentech/static_src/src/sass/layout/_header.scss
@@ -96,7 +96,7 @@
             width: 60px;
             height: 60px;
 
-            @include media-query(tablet-portrait) {
+            @include media-query(tablet-landscape) {
                 display: none;
             }
         }
@@ -104,7 +104,7 @@
         &--desktop {
             display: none;
 
-            @include media-query(tablet-portrait) {
+            @include media-query(tablet-landscape) {
                 display: block;
                 height: 50px;
                 max-width: 215px;
-- 
GitLab