card: add spacing to paragraphs
This commit is contained in:
parent
8f3d4de6c3
commit
d384b6b07f
1 changed files with 4 additions and 0 deletions
|
@ -33,4 +33,8 @@
|
||||||
margin-bottom: $default-spacer;
|
margin-bottom: $default-spacer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p:not(:last-of-type) {
|
||||||
|
margin-bottom: $default-spacer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue