diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-02-14 16:26:12 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-03-05 09:43:12 +0000 |
commit | dce1b13ae622cb1eda0cdaa1cbe8d8a2050458dd (patch) | |
tree | 92d393057768d72395e9abe533e1f27d91a55b84 /web | |
parent | d94ccbc4621df55cacf058b8efca1b14a8cc2dd4 (diff) |
[Hart] header fixes
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/hart/hart.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/cobrands/hart/hart.scss b/web/cobrands/hart/hart.scss index 5ea8784a1..4f9b3cb04 100644 --- a/web/cobrands/hart/hart.scss +++ b/web/cobrands/hart/hart.scss @@ -59,7 +59,7 @@ body.frontpage .nav-wrapper-2 { @media only screen and (min-width:48em) { #main-nav { margin-top: 106px; - margin-left: 132px; + margin-left: 148px; ul { float: none; @@ -70,7 +70,7 @@ body.frontpage .nav-wrapper-2 { text-align: center; text-transform: uppercase; padding: 0 15px; - font-size: 16px; + font-size: 20px; border-right: solid 1px white; line-height: 1.5em; } @@ -131,7 +131,7 @@ body.frontpage #site-logo, .sign-in { float:right; margin-top:-87px; - height: 173px; + height: 2em; } } .sign-in a:link, .sign-in a:visited {color:#333; font-weight:bold; text-decoration:none;} @@ -139,7 +139,7 @@ body.frontpage #site-logo, .main-menu-wrapper { position: absolute; - z-index:2; + /* z-index:2; */ width:100%; } |