diff options
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index cd4a85490..c4bf752d3 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -20,4 +20,9 @@ body { } } +// Currently hide the nav-wrapper, because it's in going into Oxfordshire's own nav +.nav-wrapper { + display: none; +} + @import "oxfordshire"; |