Commit 1e0d1c05 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix logo positioning on mobile

parent edcc3285
...@@ -130,8 +130,12 @@ header { ...@@ -130,8 +130,12 @@ header {
} }
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
right: 25px; right: 20px;
left: auto; left: auto;
#logo {
left: auto;
}
} }
} }
......
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