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
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

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