Reduce titles in Russian language to prevent overflows.

This commit is contained in:
softsimon 2021-06-27 12:16:59 -04:00
parent 6be733490f
commit da13349b14
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

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