mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-03 15:44:27 +02:00
web/remux: reduce desc font size on mobile
This commit is contained in:
parent
b7e5a94226
commit
032f592d95
@ -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…
x
Reference in New Issue
Block a user