FIX: Widen modal on desktop
This commit is contained in:
parent
ed95a6005b
commit
0991c4ae7e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue