Onboarding: center CTA, remove badges

This commit is contained in:
Aaron
2025-12-13 14:33:39 -05:00
parent 471e242427
commit 08cf472bf7
2 changed files with 7 additions and 9 deletions

View File

@@ -99,9 +99,11 @@ p {
.actions {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin: 18px 0 12px;
flex-direction: column;
align-items: center;
gap: 10px;
margin: 18px auto 14px;
width: min(360px, 100%);
}
button,
@@ -130,6 +132,8 @@ a.ghost {
background: rgba(255, 255, 255, 0.04);
color: var(--text);
box-shadow: none;
width: 100%;
text-align: center;
}
button.copy {