diff options
Diffstat (limited to 'web/cobrands/bromley/layout.scss')
-rw-r--r-- | web/cobrands/bromley/layout.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/cobrands/bromley/layout.scss b/web/cobrands/bromley/layout.scss index cd6c174db..0297f08c3 100644 --- a/web/cobrands/bromley/layout.scss +++ b/web/cobrands/bromley/layout.scss @@ -98,8 +98,9 @@ h1.main { // We have slightly different content in our lists of issues to what // reports_list.scss expects, so we need to add back some padding it removes. // This stops the pin icon being underneath the text. -.issue-list-a li .text { - padding-left: 4em; +.item-list__item--with-pin a { + padding: 0; + padding-left: 3em; } // Because we've changed the page background, the footer looks a bit rubbish |