Fix news x overflow on mobile

This commit is contained in:
2025-04-08 15:12:19 +02:00
parent 811c83552f
commit fab0d19eeb
2 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,7 @@
ol,
p {
line-height: 22px;
word-break: break-word;
}
code {
@ -71,7 +72,8 @@
a:hover {
text-decoration: underline;
}
.footnotes {
font-size: 85%;
}
}
}