Skip to content
Snippets Groups Projects
Commit 7f61011c authored by Chris Lawton's avatar Chris Lawton
Browse files

showing the smaller otf logo below tablet-landscape breakpoint to make room...

showing the smaller otf logo below tablet-landscape breakpoint to make room for nav and google translate button
parent bc5b250d
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
width: 60px; width: 60px;
height: 60px; height: 60px;
@include media-query(tablet-portrait) { @include media-query(tablet-landscape) {
display: none; display: none;
} }
} }
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
&--desktop { &--desktop {
display: none; display: none;
@include media-query(tablet-portrait) { @include media-query(tablet-landscape) {
display: block; display: block;
height: 50px; height: 50px;
max-width: 215px; max-width: 215px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment