aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r--web/cobrands/sass/_layout.scss7
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;