FIX: Widen modal on desktop

This commit is contained in:
Jordan Vidrine 2020-04-07 17:44:57 -05:00 committed by GitHub
parent ed95a6005b
commit 0991c4ae7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -3,9 +3,13 @@
box-sizing: border-box;
}
.modal-body {
width: 100%;
width: 375px;
box-sizing: border-box;
@media (max-width: 600px) {
width: 100%;
}
.control-label {
font-weight: 700;
}