Don't center-align code within blocks

This commit is contained in:
Nuno Coração
2023-12-01 12:50:30 +00:00
parent be435940ac
commit 60bdf84f37
3 changed files with 12 additions and 0 deletions

View File

@@ -4914,6 +4914,10 @@ body:has(#menu-controller:checked) {
/* Custom */
pre {
text-align: left;
}
.thumbnail {
min-width: 300px;
height: 180px;