web/ChangelogEntry: slightly reduce font size on mobile

This commit is contained in:
wukko
2024-07-17 14:41:44 +06:00
parent cf4ee05e0e
commit 691a6acb6c

View File

@ -104,4 +104,11 @@
:global(li) {
padding-left: 3px;
}
@media screen and (max-width: 535px) {
.contents,
.contents :global(*) {
font-size: 14px;
}
}
</style>