From 003e957a77ddf0f3207b86ef6b8a2bdc718405ef Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Wed, 13 Apr 2022 22:07:22 -0400 Subject: mobile css improvements --- src/pages/Index.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/pages/Index.css') 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; -- cgit v1.2.3