frontend: apply style to '.markdown'

This commit is contained in:
0x1eef 2024-01-14 01:35:47 -03:00
parent 046f5b9315
commit 2a1263abeb

View file

@ -40,3 +40,19 @@ body {
@extend .no-underline;
}
}
.markdown {
h1, h2, h3, h4, h5, h6, h7 {
margin: 0 !important;
@extend .pt-3;
@extend .pb-3;
}
p,
ul,
ul li,
input[type='checkbox'] {
margin: 0 !important;
padding: 0 !important;
}
}