Updated publish settings page

Refs https://github.com/TryGhost/Team/issues/1544
This commit is contained in:
Sanne de Vries 2022-04-21 16:21:37 +01:00
parent 2464675e4b
commit 7742303802

View File

@ -364,10 +364,10 @@
.gh-publish-settings-container {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
max-width: 600px;
margin-bottom: 8rem;
max-width: 740px;
margin: 0 auto 8rem;
padding-top: 11vw;
}
.gh-publish-title {
@ -387,7 +387,7 @@
.gh-publish-setting {
padding: 4px 8px;
font-weight: 700;
font-weight: 600;
white-space: nowrap;
background: var(--whitegrey);
border-radius: var(--border-radius);