CSR-795 update paragraph spacing.

This commit is contained in:
Bryan Mauger 2022-09-22 08:51:54 -04:00
parent d656299b06
commit fae934fce0

View file

@ -60,6 +60,11 @@ export default {
ul { ul {
margin-bottom: 0; margin-bottom: 0;
} }
p {
&:last-child {
margin-bottom: 0;
}
}
} }
} }
} }