mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-16 21:37:06 +02:00
web/ChangelogEntry: slightly reduce font size on mobile
This commit is contained in:
parent
cf4ee05e0e
commit
691a6acb6c
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user