mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #3418 from benjiwheeler/join-flow-move-modal-down
move join flow modal down in small window widths
This commit is contained in:
commit
a47e1c9898
1 changed files with 7 additions and 0 deletions
|
@ -4,3 +4,10 @@
|
|||
.mod-join {
|
||||
width: 27.4375rem;
|
||||
}
|
||||
|
||||
/* lower the modal slightly to accomodate Scratch logo above it */
|
||||
.modal-sizes {
|
||||
@media #{$medium}, #{$medium-height} {
|
||||
margin: 3.5rem auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue