web/remux: reduce desc font size on mobile
This commit is contained in:
parent
b7e5a94226
commit
032f592d95
1 changed files with 10 additions and 0 deletions
|
@ -172,4 +172,14 @@
|
|||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 535px) {
|
||||
#remux-open {
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
.remux-description {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue