web/remux: reduce desc font size on mobile

This commit is contained in:
wukko 2024-09-04 16:32:20 +06:00
parent b7e5a94226
commit 032f592d95
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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>