fix markdown last margin (#1575)

This commit is contained in:
Mike Sawka 2024-12-19 12:41:03 -08:00 committed by GitHub
parent 12d58c90a7
commit 8a22149f2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,10 @@
overflow: hidden;
}
*:last-child {
margin-bottom: 0 !important;
}
.heading:not(.heading ~ .heading) {
margin-top: 0 !important;
}