mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated signup embed modal responsiveness
Refs https://github.com/TryGhost/Team/issues/3340
This commit is contained in:
parent
73ba799d17
commit
9c9eae1c11
1 changed files with 13 additions and 0 deletions
|
@ -3091,11 +3091,24 @@ p.theme-validation-details {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 960px) {
|
||||||
|
.epm-modal .modal-signup-form-embed {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.modal-signup-form-embed-preview {
|
.modal-signup-form-embed-preview {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 1.6rem;
|
margin: 1.6rem;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
border: 1px solid var(--whitegrey);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 960px) {
|
||||||
|
.modal-signup-form-embed-preview {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-signup-form-iframe {
|
.gh-signup-form-iframe {
|
||||||
|
|
Loading…
Add table
Reference in a new issue