0
0
Fork 0

fix wiki page styling

This commit is contained in:
Jannik Beyerstedt 2024-02-10 18:21:34 +01:00
parent 0c6213e83a
commit f544ab3d1d

View file

@ -324,3 +324,14 @@ textarea
height: 200px;
}
/* Basic style fixes for wiki import */
.mw-parser-output h1,
.mw-parser-output h2
{
padding: 0;
}
.thumbinner img {
max-width: 100%;
}