From 1e0d1c0546d6af2b65314a69783aa187971b95a9 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Fri, 30 Sep 2016 09:30:53 -0500 Subject: [PATCH] Fix logo positioning on mobile --- app/assets/stylesheets/framework/header.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index 7470457b1e7..c748f856501 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -130,8 +130,12 @@ header { } @media (max-width: $screen-xs-max) { - right: 25px; + right: 20px; left: auto; + + #logo { + left: auto; + } } }