SSWConsulting / SSW.Rules

Generator for ssw.com.au/rules
https://www.ssw.com.au/rules
MIT License
15 stars 13 forks source link

UI - Remove margin from the last paragraph inside greyboxes #92

Closed tiagov8 closed 3 years ago

tiagov8 commented 3 years ago

I noticed the grey boxes with 1 single line as the ones here https://www.ssw.com.au/rules/do-you-pursue-short-or-long-term-relationships-with-clients have a weird space at the bottom. This is because the paragraphs have a margin-bottom.

Screen Shot 2020-12-07 at 4 36 32 PM
  1. Please apply the following CSS:

. greybox p:last-child {margin-bottom:0;}

https://css-tricks.com/almanac/selectors/l/last-child/

AB#58879

tombui99 commented 3 years ago

Hi @tiagov8

Please apply the following CSS: .greybox p:last-child {margin-bottom:0;}

Done image Figure: Fixed greyboxes size