diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-27 19:52:48 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-27 19:52:48 +0200 |
commit | 98d3f4dedaabf62213b95dd8e7b67f9e8ab99006 (patch) | |
tree | 5f85498c4abcdcf83aeacdb30eaeaa166de406e4 /frontend/src/styles/helper.css | |
parent | 086010248b30924d4b597483fcec3f9988ed2419 (diff) |
Sredjen dizajn tabele. Sredjena difoltna vrednost za missingvalue. Grafici uredjeni.
Diffstat (limited to 'frontend/src/styles/helper.css')
-rw-r--r-- | frontend/src/styles/helper.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/src/styles/helper.css b/frontend/src/styles/helper.css index fa362803..ef875069 100644 --- a/frontend/src/styles/helper.css +++ b/frontend/src/styles/helper.css @@ -122,4 +122,10 @@ .bg-blur { backdrop-filter: blur(2px); +} + +.chart-wrapper { + width: 150px; + height: 150px; + margin: auto; }
\ No newline at end of file |