fix: scroll long equations

This commit is contained in:
Youwen Wu 2024-05-25 13:22:06 -07:00
parent c3457ea258
commit 83109a7a4c
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -43,7 +43,7 @@
@apply text-xl font-medium mt-8 text-accent-light dark:text-accent-dark;
}
p {
@apply leading-loose my-4;
@apply leading-loose my-4 overflow-x-auto;
}
img {
@apply mx-auto my-6 rounded-lg;