From 233265f8ab1aa7f69e3d2e8879bac3ed5c63cbf7 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Mon, 20 Jul 2015 13:14:28 -0700 Subject: [PATCH] Fix position of Edit Site button on mobile --- sass/_project-sass/_project-Main.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 5c794fa0..443ceffa 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -752,10 +752,9 @@ } } @media (max-device-width:480px), screen and (max-width:800px) { - width: 10em!important; - float: right; - padding: 0 0 18px 0; - margin-top: -77px; + position: absolute; + top: 46px; + right: -8px; } } .interior .header-Outro.with-columns .col-66 {