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:
Benjamin Wheeler 2019-09-30 17:02:46 -04:00 committed by GitHub
commit a47e1c9898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}