From f3c68cf3c70361982361a68269d95a3d56a04eab Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 25 May 2022 17:59:40 +0530 Subject: [PATCH 1/2] space issue below app icons --- src/components/AllApps.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AllApps.vue b/src/components/AllApps.vue index 84e4332..456c93a 100755 --- a/src/components/AllApps.vue +++ b/src/components/AllApps.vue @@ -128,7 +128,6 @@ export default { color: #949da1; } .app-container { - margin: 20px 0; display: table; table-layout: fixed; width: 100%; @@ -141,6 +140,7 @@ export default { float: left; margin-top: 10px; margin-bottom: 10px; + padding: 15px 0; } @media only screen and (max-width: 768px) { .item { -- GitLab From 60d874ececbe48f3a1d326d746c6cca3425e0d22 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 25 May 2022 18:02:01 +0530 Subject: [PATCH 2/2] space issue below app icons #2 --- src/components/AllApps.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AllApps.vue b/src/components/AllApps.vue index 456c93a..ab295b5 100755 --- a/src/components/AllApps.vue +++ b/src/components/AllApps.vue @@ -140,7 +140,7 @@ export default { float: left; margin-top: 10px; margin-bottom: 10px; - padding: 15px 0; + padding: 20px 0; } @media only screen and (max-width: 768px) { .item { -- GitLab