fix: stop code from stretching width

This commit is contained in:
Youwen Wu 2024-05-05 21:08:14 -07:00
parent 49e95befd0
commit e53029c9e6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -162,6 +162,6 @@
height: 1em; height: 1em;
} }
.hljs { .hljs {
@apply my-4 rounded-xl shadow-lg overflow-x-auto; @apply my-4 rounded-xl shadow-lg overflow-x-auto max-w-3xl 2xl:max-w-5xl;
} }
} }