diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-04-24 10:05:51 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-04-24 10:05:51 +0100 |
commit | 4d6cd5f040b8a8f28131bccdedd3545f57915e7c (patch) | |
tree | 675f373d2809a096623385ca266ed43b5b14af6a /web/cobrands/sass/_layout.scss | |
parent | 45b91fb892f1d9e6bf1d5a4044feb174f72bf93f (diff) | |
parent | ef7ea9b4056d3664af305c8a777e651271deeb32 (diff) |
Merge remote-tracking branch 'origin/issues/931-mobile-report-in-header'
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 162bf30e1..67756ca5b 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -100,6 +100,7 @@ h1 { } #site-logo { top: 0.9em; + left: auto; position: absolute; z-index: 3; } @@ -117,8 +118,10 @@ h1 { top:-3.25em; } } -#nav-link { - left:-999999px; +#nav-link, +#report-cta { + right: auto; + left: -999999px; } #main-nav{ margin: 0 auto; |