mirror of
https://github.com/youwen5/blog.git
synced 2024-11-24 18:03:50 -08:00
fix: scroll long equations
This commit is contained in:
parent
c3457ea258
commit
83109a7a4c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
@apply text-xl font-medium mt-8 text-accent-light dark:text-accent-dark;
|
@apply text-xl font-medium mt-8 text-accent-light dark:text-accent-dark;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
@apply leading-loose my-4;
|
@apply leading-loose my-4 overflow-x-auto;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
@apply mx-auto my-6 rounded-lg;
|
@apply mx-auto my-6 rounded-lg;
|
||||||
|
|
Loading…
Reference in a new issue