Remove margin on the last p inside cards, not the only p

This commit is contained in:
Andreas Nedbal 2022-01-23 16:43:45 +01:00 committed by Andreas Nedbal
parent 1e5957bfe9
commit 04817f603c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
box-shadow: $box-shadow-sm;
background-color: var(--raised-bg);
p:only-child {
p:last-child {
margin-bottom: 0;
}
}