Closed tiagov8 closed 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.
. greybox p:last-child {margin-bottom:0;}
https://css-tricks.com/almanac/selectors/l/last-child/
AB#58879
Hi @tiagov8
Please apply the following CSS: .greybox p:last-child {margin-bottom:0;}
Done Figure: Fixed greyboxes size
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.
. greybox p:last-child {margin-bottom:0;}
https://css-tricks.com/almanac/selectors/l/last-child/
AB#58879