aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-09-24 20:33:11 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-09-24 22:06:41 +0100
commit37d38399a961476e2a8fc595282810f374f32802 (patch)
treefa33447b09ecfd1b7eb8c631d6fd9c5c150d9a51 /web
parenta0a337412bde2e90e262ebc67419b0778c5ac1bb (diff)
On map page, indent logo and expand navigation to width.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_layout.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index 06a09a1a1..f03fa85ae 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -239,6 +239,15 @@ body.mappage {
margin: 0;
}
+ #site-logo {
+ left: 12px;
+ }
+
+ #main-nav {
+ width: auto;
+ margin-right: 1em;
+ }
+
#main-nav ul#main-menu li a,
#main-nav ul#main-menu li span {
padding: 1.4em 0.75em 1.35em 0.75em;