use no margin top on preview mode

This commit is contained in:
froehlichA 2023-03-18 19:20:30 +01:00
parent 4e4179f058
commit 44c2833527

View file

@ -17,3 +17,7 @@
.float-right {
float: right;
}
.md-preview > * {
margin-top: 0;
}