diff options
Diffstat (limited to 'src/pages/Index.css')
-rw-r--r-- | src/pages/Index.css | 6 |
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; |