We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26effd commit 24790afCopy full SHA for 24790af
assets/hb/modules/blog/scss/post/_content.scss
@@ -15,19 +15,17 @@
15
margin-top: 0.5rem;
16
}
17
18
- *:last-child {
19
- margin-bottom: 0;
+ > *:last-child {
+ margin-bottom: 0 !important;
20
21
22
23
.hb-content {
24
ol,
25
ul {
26
li {
27
- margin-bottom: 0.25rem;
28
-
29
- &:last-child {
30
- margin-bottom: 1rem;
+ p {
+ margin-bottom: 0;
31
32
33
0 commit comments