Skip to content

Commit

Permalink
Improve responsiveness of registration form and closed banner (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw authored and Gargron committed Apr 8, 2017
1 parent fc146a1 commit 470eb00
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions app/assets/stylesheets/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@
padding: 20px;
}

.screenshot-with-signup .mascot {
display: none;
}

.features-list {
display: block;
}
Expand Down Expand Up @@ -356,6 +352,16 @@
}
}
}

@media screen and (max-width: 625px) {
.mascot {
display: none;
}

.simple_form, .closed-registrations-message {
flex: auto;
}
}
}

.closed-registrations-message {
Expand Down

0 comments on commit 470eb00

Please sign in to comment.