diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-17 21:24:55 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-17 21:24:55 +0200 |
commit | b6bade63bf3b9ec356a53862d8a3d4727281f6f8 (patch) | |
tree | 824f1c4aab154171965199f6559cf962c3876a76 /frontend/src/app/_elements/_charts/line-chart/line-chart.component.css | |
parent | f36899620a84cd1629b0d31a930f8bf8eb797d8b (diff) |
Omogućena responzivnost grafika toka obuke, promenjen font..
Diffstat (limited to 'frontend/src/app/_elements/_charts/line-chart/line-chart.component.css')
-rw-r--r-- | frontend/src/app/_elements/_charts/line-chart/line-chart.component.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/src/app/_elements/_charts/line-chart/line-chart.component.css b/frontend/src/app/_elements/_charts/line-chart/line-chart.component.css index 35c7c8d5..2eea561e 100644 --- a/frontend/src/app/_elements/_charts/line-chart/line-chart.component.css +++ b/frontend/src/app/_elements/_charts/line-chart/line-chart.component.css @@ -6,5 +6,6 @@ canvas{ background-color: var(--ns-bg-dark-100); border-radius: 5px; margin: 10px; - font-size: 10px !important; - }
\ No newline at end of file + font-size: 11 !important; + } +
\ No newline at end of file |