aboutsummaryrefslogtreecommitdiff
path: root/src/pages/Index.css
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-04-13 22:07:22 -0400
committerGalen Guyer <galen@galenguyer.com>2022-04-13 22:07:22 -0400
commit003e957a77ddf0f3207b86ef6b8a2bdc718405ef (patch)
tree8ea61079cfe5f8534943529d4a972137cd8d2233 /src/pages/Index.css
parentd4b9eb1c1af06e82d027bc1be26029d28165e17d (diff)
mobile css improvements
Diffstat (limited to 'src/pages/Index.css')
-rw-r--r--src/pages/Index.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pages/Index.css b/src/pages/Index.css
index 5476eb1..c134449 100644
--- a/src/pages/Index.css
+++ b/src/pages/Index.css
@@ -16,6 +16,12 @@
margin-top: 48px;
}
+@media screen and (max-width: 600px) {
+ .Section .Title {
+ margin-top: 12px;
+ }
+}
+
.Cards {
display: flex;
justify-content: center;