diff --git a/pikit-web/onboarding/index.html b/pikit-web/onboarding/index.html index 726fad8..7713817 100644 --- a/pikit-web/onboarding/index.html +++ b/pikit-web/onboarding/index.html @@ -19,12 +19,6 @@ can manage Pi-Kit safely.

-
- Local-only traffic - Covers the Pi-Kit dashboard - HTTPS ready once trusted -
-
diff --git a/pikit-web/onboarding/style.css b/pikit-web/onboarding/style.css index ec4476f..e9d1338 100644 --- a/pikit-web/onboarding/style.css +++ b/pikit-web/onboarding/style.css @@ -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 {