Onboarding: center CTA, move CA download into install section

This commit is contained in:
Aaron
2025-12-13 14:36:29 -05:00
parent 08cf472bf7
commit 2cfb9779d6
2 changed files with 25 additions and 8 deletions

View File

@@ -136,6 +136,21 @@ a.ghost {
text-align: center;
}
.ca-download {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
}
.download-inline {
width: auto;
padding: 8px 12px;
font-size: 0.95rem;
background: rgba(255, 255, 255, 0.06);
}
button.copy {
margin-left: 8px;
background: rgba(255, 255, 255, 0.05);