diff options
-rw-r--r-- | web/cobrands/fixmindelo/layout.scss | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/web/cobrands/fixmindelo/layout.scss b/web/cobrands/fixmindelo/layout.scss index 6e1180e2b..8dfea7acd 100644 --- a/web/cobrands/fixmindelo/layout.scss +++ b/web/cobrands/fixmindelo/layout.scss @@ -54,8 +54,14 @@ body.frontpage { } } -body.admin table { - background: white; // force bg colour since it may overhang the colourful background +body.admin { + .container { + width: 94%; + margin: 0 auto; + } + table { + background: white; // force bg colour since it may overhang the colourful background + } } #main-nav ul#mysoc-menu li a#mysoc-logo { |