Make modals wider
This commit is contained in:
parent
a56ea40640
commit
d069dd18e2
@ -87,4 +87,10 @@ html, body {
|
|||||||
top: 0;
|
top: 0;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 800px) and (max-width: 991px) {
|
||||||
|
.modal-dialog.modal-lg {
|
||||||
|
max-width: 700px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user