mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
fix: stop code from stretching width
This commit is contained in:
parent
49e95befd0
commit
e53029c9e6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue