From 3815d0da4d1f37cabdd149a7d7f346de602159a0 Mon Sep 17 00:00:00 2001 From: Devyani Ravi <devyaniravi2003@gmail.com> Date: Sat, 28 Sep 2024 01:10:12 +0000 Subject: [PATCH] fixing toggles --- docs/.vuepress/components/Contribution.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/components/Contribution.vue b/docs/.vuepress/components/Contribution.vue index 411a8bd..0741c61 100644 --- a/docs/.vuepress/components/Contribution.vue +++ b/docs/.vuepress/components/Contribution.vue @@ -168,6 +168,9 @@ export default { .collapsible-cards { margin-top: 20px; + flex-direction: column; + gap: 20px; + margin: 20px 0; } .card { @@ -175,12 +178,14 @@ export default { border: 1px solid #ccc; border-radius: 5px; margin-bottom: 10px; - padding: 10px; + padding: 20px; } .card h4 { cursor: pointer; margin: 0; + display: flex; + justify-content: space-between; } .content { -- GitLab