card: add spacing to paragraphs

This commit is contained in:
Pierre de La Morinerie 2019-02-21 16:23:03 +01:00
parent 8f3d4de6c3
commit d384b6b07f

View file

@ -33,4 +33,8 @@
margin-bottom: $default-spacer;
}
}
p:not(:last-of-type) {
margin-bottom: $default-spacer;
}
}