fix columns margin

This commit is contained in:
loikein 2023-04-24 02:17:09 +01:00
parent b3c260bccf
commit c9d7349ee8

View file

@ -181,6 +181,10 @@ mjx-container[jax="CHTML"][display="true"],
margin-left: 2rem; margin-left: 2rem;
} }
.row .column > p:first-child {
margin-top: 0;
}
.row .column > p:last-child { .row .column > p:last-child {
margin-bottom: 0; margin-bottom: 0;
} }