diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2018-07-27 15:19:30 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2018-08-07 16:51:40 +0100 |
commit | 0f4a56c8654262d49a18b04e0517f99561da565f (patch) | |
tree | e1572058ee20c059426789c98e1c96f92e11113d /web | |
parent | c1f234d45ec4d9530973e75a8d994dd8c96a129c (diff) |
Better padding for "report a problem" nav button
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 222c18768..f46ee97ea 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -117,7 +117,7 @@ h1 { a.report-a-problem-btn { color: $primary_text; background-color: $primary; - padding:0.25em; + padding:0.25em 0.5em; margin:0.5em; @include border-radius(0.25em); &:hover { |