mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added max width to signup card form in split layout
Refs https://www.notion.so/ghost/Sign-up-card-feedback-doc-6b9aa746ed654a1a87b759dc5f5bb031?pvs=4#693bad1f085a430aa6da2a9659ac3f27
This commit is contained in:
parent
7667d6d589
commit
6b444dabdc
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
|||
}
|
||||
|
||||
.kg-width-wide .kg-signup-card-fields,
|
||||
.kg-width-full .kg-signup-card-fields:not(.kg-layout-split .kg-signup-card-fields) {
|
||||
.kg-width-full .kg-signup-card-fields {
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue