diff options
author | Struan Donald <struan@exo.org.uk> | 2014-06-09 18:04:34 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-07-01 17:42:58 +0100 |
commit | cea2096f8da052d56bf124975978c767e9d1287c (patch) | |
tree | ba8a259023f046bfc40947633adba8e510f6f797 /web/cobrands/sass/_layout.scss | |
parent | e9d85112d74b9fd84250c47fb56afe7c688bf4d3 (diff) |
sort out display on mobile
hide footer menu on mobile
add privacy link to main menu, hide on desktop
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 64b3f7848..d214b0804 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -141,6 +141,9 @@ h1 { background: none; border-bottom: none; } + &#top-nav-privacy { + display: none; + } } &#main-menu{ li{ @@ -432,7 +435,6 @@ body.twothirdswidthpage { } } - // map box (fallback for non js really as most users // will have fullscreen map) #map_box{ |