From 1dbcd5f9150ab3d122628b85d59f0a02ea92d46c Mon Sep 17 00:00:00 2001 From: Alessandro Jean Date: Tue, 24 Sep 2019 20:15:03 -0300 Subject: [PATCH] Fix spacing in mobile. --- src/.vuepress/theme/components/Home.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/.vuepress/theme/components/Home.vue b/src/.vuepress/theme/components/Home.vue index 03511316..88262b27 100644 --- a/src/.vuepress/theme/components/Home.vue +++ b/src/.vuepress/theme/components/Home.vue @@ -216,6 +216,13 @@ export default { max-width: 100%; padding: 0 2.5rem; } + + .hero { + .action-button + .action-button { + margin-left: 0; + margin-top: 0.5rem; + } + } } }