You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
181 B
CSS
9 lines
181 B
CSS
6 years ago
|
@media (min-device-width: 768px) {
|
||
|
.modal-dialog {
|
||
|
position: absolute;
|
||
|
top: 45%;
|
||
|
left: 50%;
|
||
|
transform: translate(-50%, -50%) !important;
|
||
|
}
|
||
|
}
|