Commit 9662a5e3 authored by Annabel Dunstone's avatar Annabel Dunstone

Update media queries

parent 5957fdc4
...@@ -132,7 +132,7 @@ header { ...@@ -132,7 +132,7 @@ header {
transition-duration: .3s; transition-duration: .3s;
z-index: 999; z-index: 999;
@media (max-width: $screen-sm-min) { @media (max-width: $screen-xs-max) {
right: 25px; right: 25px;
left: auto; left: auto;
} }
...@@ -151,7 +151,7 @@ header { ...@@ -151,7 +151,7 @@ header {
vertical-align: top; vertical-align: top;
white-space: nowrap; white-space: nowrap;
@media (max-width: $screen-sm-min) { @media (max-width: $screen-xs-max) {
max-width: 220px; max-width: 220px;
} }
...@@ -183,7 +183,7 @@ header { ...@@ -183,7 +183,7 @@ header {
float: right; float: right;
border-top: none; border-top: none;
@media (max-width: $screen-sm-min) { @media (max-width: $screen-xs-max) {
float: none; float: none;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment