summaryrefslogtreecommitdiff
path: root/src/components/Home.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Home.module.css')
-rw-r--r--src/components/Home.module.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/Home.module.css b/src/components/Home.module.css
new file mode 100644
index 0000000..464f40f
--- /dev/null
+++ b/src/components/Home.module.css
@@ -0,0 +1,6 @@
+.root {
+ padding: 10px 40px;
+}
+
+.chart {
+}