[fix] bottom padding of exercise block

This commit is contained in:
jasongao97 2023-09-22 11:32:32 +08:00
parent 5a17e45d5c
commit 86f7a995a0

View file

@ -37,6 +37,10 @@ div[data-type='exercise'] {
h3 + .half-width-right { h3 + .half-width-right {
margin-top: -12pt; margin-top: -12pt;
} }
:last-child {
margin-bottom: 0;
}
} }
div[data-type='note'], div[data-type='note'],