diff options
author | Martin Wright <martin@mysociety.org> | 2018-06-12 12:44:37 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-13 17:14:00 +0100 |
commit | 32eebe1b19d5ea879b606234225ae3eb12c0a6b3 (patch) | |
tree | e09a3f5e4c58a6073d41e987e880ec93351791e5 /web | |
parent | d8c4befc47afee2da94dbc2411a849f14cd1a7f7 (diff) |
Remove small border to left of Fixed banner.
This was caused by the header overlapping the state banner
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 8fbfb34ef..28a96c73d 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -761,6 +761,10 @@ body.authpage { #{$left}: -0.75em; border-#{$left}: 0.75em solid transparent; border-bottom: 0.75em solid #888; + @media (min-width: 48em) { + border: 0; + #{$left}: 0; + } } } |