diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index a5b73eeb7..7e1f50f66 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -99,7 +99,10 @@ body.twothirdswidthpage { } // To prevent font size larger interfering with the fixed Oxfordshire layout -.container { width: auto; } +.container { + width: auto; + min-height: 550px; +} .full-width { width: 464px; } .shadow-wrap { width: 464px; } |