mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-29 11:06:10 +00: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…
Reference in a new issue