diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/layout.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss index 1130cc61d..c59e02c3d 100644 --- a/web/cobrands/fixmystreet/layout.scss +++ b/web/cobrands/fixmystreet/layout.scss @@ -205,6 +205,16 @@ body.twothirdswidthpage { @extend .fullwidthpage; .content { width:40em; + position: relative; + aside { + background:#fff; + position:absolute; + left:44em; + top:0; + width:13.5em; + padding:1em; + @include box-shadow(0px 0px 6px 1px #000); + } } } |