0
0
Fork 0

fix wiki page styling

This commit is contained in:
Jannik Beyerstedt 2024-02-10 18:27:24 +01:00
parent 02564cd202
commit 88a0dea5e9

View file

@ -342,4 +342,15 @@ textarea
.control
{
vertical-align: middle;
}
}
/* Basic style fixes for wiki import */
.mw-parser-output h1
{
background-color: unset;
font-size: 1.5rem;
}
.thumbinner img {
max-width: 100%;
}