1
0
mirror of https://github.com/chylex/Blog.git synced 2025-05-25 03:34:03 +02:00

Wrap long code blocks

This commit is contained in:
chylex 2023-04-10 21:41:32 +02:00
parent 328b81803d
commit 7fb1a5615e
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -62,6 +62,10 @@
margin-top: 0.2rem;
}
pre code {
white-space: pre-wrap;
}
.page-breadcrumbs {
margin: -0.75rem 0 -0.25rem;
font-size: 1.05rem;