diff --git a/packages/web/src/pages/DownloadPage.vue b/packages/web/src/pages/DownloadPage.vue index 7899afe..786c5a0 100644 --- a/packages/web/src/pages/DownloadPage.vue +++ b/packages/web/src/pages/DownloadPage.vue @@ -127,7 +127,8 @@ font-size: 16px; } .download-section-title { - margin: 0; + /* air between the title and the card edge above / steps below */ + margin: 6px 0 8px; font-size: 16px; } .download-btn { @@ -135,6 +136,8 @@ align-items: center; gap: 8px; align-self: flex-start; + /* air between the button and the card head above / hint below */ + margin: 10px 0 6px; padding: 8px 16px; border: 2px solid var(--ltt-accent, #7aa2f7); background: var(--ltt-accent, #7aa2f7);