diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-29 16:14:27 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-29 17:59:36 +0000 |
commit | b6c90127ae7a475e5535a771263491a873e21c07 (patch) | |
tree | 7b95c0228d82161a55e00518d35470110855235d | |
parent | c4e8a77ccdba0784cf7c05e302540fe182a5374c (diff) |
stop FMB logo abutting screen edge on mid-width pages
-rw-r--r-- | web/cobrands/fixmybarangay/layout.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/fixmybarangay/layout.scss b/web/cobrands/fixmybarangay/layout.scss index 5d7f0171d..ec35c0f0c 100644 --- a/web/cobrands/fixmybarangay/layout.scss +++ b/web/cobrands/fixmybarangay/layout.scss @@ -20,6 +20,9 @@ body { .wrapper{ background: url('images/fmb-header.png') 30% 0% repeat-x; } + #site-logo { + left:8px; + } } |