mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 21:32:55 +01:00
Reduce titles in Russian language to prevent overflows.
This commit is contained in:
parent
6be733490f
commit
da13349b14
@ -251,6 +251,9 @@ body {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
html:lang(ru) .card-title {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
/* Chartist */
|
||||
$ct-series-names: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z);
|
||||
|
Loading…
Reference in New Issue
Block a user