mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
Updated signup embed modal responsiveness
Refs https://github.com/TryGhost/Team/issues/3340
This commit is contained in:
parent
73ba799d17
commit
9c9eae1c11
@ -3091,11 +3091,24 @@ p.theme-validation-details {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 960px) {
|
||||
.epm-modal .modal-signup-form-embed {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-signup-form-embed-preview {
|
||||
position: relative;
|
||||
margin: 1.6rem;
|
||||
margin-right: 0;
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--whitegrey);
|
||||
}
|
||||
|
||||
@media (max-width: 960px) {
|
||||
.modal-signup-form-embed-preview {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.gh-signup-form-iframe {
|
||||
|
Loading…
Reference in New Issue
Block a user