aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mysociety.org>2018-06-12 12:44:37 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-06-13 17:14:00 +0100
commit32eebe1b19d5ea879b606234225ae3eb12c0a6b3 (patch)
treee09a3f5e4c58a6073d41e987e880ec93351791e5
parentd8c4befc47afee2da94dbc2411a849f14cd1a7f7 (diff)
Remove small border to left of Fixed banner.
This was caused by the header overlapping the state banner
-rw-r--r--CHANGELOG.md3
-rw-r--r--web/cobrands/sass/_layout.scss4
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ec954119..452172f2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,8 @@
* Unreleased
- Bugfixes:
- - Don't remove automated fields when editing contacts #2163
+ - Don't remove automated fields when editing contacts #2163
+ - Remove small border to left of Fixed banner. #2156
* v2.3.4 (7th June 2018)
- Bugfixes:
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;
+ }
}
}