diff options
author | Jon Kristensen <info@jonkri.com> | 2016-06-30 13:05:42 +0200 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-09-07 12:54:37 +0100 |
commit | dc12e83de05a981f71697aa68a73f487e912f4ad (patch) | |
tree | e97310aee18a1a88b2aebc39a7a97ae5f130a4d1 | |
parent | 3be627cf4b593cf7e48f46512520e321142540b8 (diff) |
[FixaMinGata] Add "user-info" margin on front page
-rw-r--r-- | web/cobrands/fixamingata/layout.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/cobrands/fixamingata/layout.scss b/web/cobrands/fixamingata/layout.scss index b7a6ed6c2..bd1cab41a 100644 --- a/web/cobrands/fixamingata/layout.scss +++ b/web/cobrands/fixamingata/layout.scss @@ -117,4 +117,6 @@ body.fullwidthpage .container .content footer .tablewrapper { background: #fff; body.frontpage #site-logo { top: 0em; } -body.frontpage #site-header { height: 85px; }
\ No newline at end of file +body.frontpage #site-header { height: 85px; } + +body.frontpage #user-meta { margin-top: 1.2em; }
\ No newline at end of file |