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:
parent
6cf3dcd5f5
commit
7fa8faefc7
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue