Onboarding: add spacing under CA download button

This commit is contained in:
Aaron
2025-12-13 14:38:00 -05:00
parent 2cfb9779d6
commit b911171045

View File

@@ -142,6 +142,7 @@ a.ghost {
justify-content: space-between; justify-content: space-between;
gap: 12px; gap: 12px;
flex-wrap: wrap; flex-wrap: wrap;
margin-bottom: 8px;
} }
.download-inline { .download-inline {