0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00

Improved optical (vertical) alignment for onboarding (#20988)

The optical (vertical) alignment of the onboarding was a tad off. This
improves that.
This commit is contained in:
Daniël van der Winden 2024-09-12 12:44:06 +02:00 committed by GitHub
parent 6cf3dcd5f5
commit 7fa8faefc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2770,9 +2770,9 @@ Onboarding checklist */
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
min-height: 100vh; min-height: 100vh;
margin-bottom: -48px;
position: relative; position: relative;
padding: 32px 0; padding: 32px 0;
margin-top: -48px;
} }
.gh-onboarding-header { .gh-onboarding-header {