diff options
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 3bcd040ca..303803839 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -90,7 +90,7 @@ body.twothirdswidthpage { .general-sidebar-notes, #report-a-problem-sidebar { top: 1em; - left: 29em; + left: 25.7em; } // To prevent font size larger interfering with the fixed Oxfordshire layout @@ -99,11 +99,11 @@ body.twothirdswidthpage { min-height: 550px; z-index: auto; } -.full-width { width: 464px; } -.shadow-wrap { width: 464px; } +.full-width { width: 412px; } +.shadow-wrap { width: 412px; } #map_box { width: 956px; } -.content { width: 432px; } +.content { width: 380px; } body.fullwidthpage .content { width: auto; } body.twothirdswidthpage .content { |