mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/ChangelogEntry: slightly reduce font size on mobile
This commit is contained in:
parent
cf4ee05e0e
commit
691a6acb6c
1 changed files with 7 additions and 0 deletions
|
@ -104,4 +104,11 @@
|
|||
:global(li) {
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 535px) {
|
||||
.contents,
|
||||
.contents :global(*) {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue