0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated Launch wizard preview scaling

This commit is contained in:
Peter Zimon 2021-03-04 10:37:38 +01:00
parent d4f868df17
commit 14c015e5b2

View file

@ -1280,7 +1280,8 @@ p.theme-validation-details {
margin: 32px 68px 68px; margin: 32px 68px 68px;
} }
.gh-branding-settings-previewcontainer .site-frame { .gh-branding-settings-previewcontainer .site-frame,
.gh-launch-wizard-preview {
width: 133.33333%; width: 133.33333%;
height: 133.33333%; height: 133.33333%;
transform: scale(0.75); transform: scale(0.75);