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.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Home.module.css b/src/components/Home.module.css
index 464f40f..f15c80f 100644
--- a/src/components/Home.module.css
+++ b/src/components/Home.module.css
@@ -1,6 +1,6 @@
.root {
- padding: 10px 40px;
-}
-
-.chart {
+ padding: 6px 15px;
+ @media (--breakpoint-not-small) {
+ padding: 10px 40px;
+ }
}