make math equation left-align

This commit is contained in:
jasongao97 2022-10-04 15:00:05 -04:00
parent e6103ffeb8
commit 1df3207586

View file

@ -9,6 +9,10 @@
@apply md:w-[50%] md:float-right md:ml-4;
}
.math-display {
@apply max-w-0;
}
.col-list {
@apply md:flex md:gap-6;
}