Remove margin on the last p inside cards, not the only p
This commit is contained in:
parent
1e5957bfe9
commit
04817f603c
|
@ -3,7 +3,7 @@
|
||||||
box-shadow: $box-shadow-sm;
|
box-shadow: $box-shadow-sm;
|
||||||
background-color: var(--raised-bg);
|
background-color: var(--raised-bg);
|
||||||
|
|
||||||
p:only-child {
|
p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue