Fix the positioning of modal dialogs on mobile (< 768px wide) viewports
This commit is contained in:
parent
a4fb25802d
commit
d016563c5b
4
css/modals.css
Normal file → Executable file
4
css/modals.css
Normal file → Executable file
|
@ -1,7 +1,9 @@
|
||||||
|
@media (min-width: 768px) {
|
||||||
.modal-large {
|
.modal-large {
|
||||||
width: 80%; /* respsonsive width */
|
width: 80%; /* responsive width */
|
||||||
margin-left:-40%; /* width/2) */
|
margin-left:-40%; /* width/2) */
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
/*padding-bottom: 0px;*/
|
/*padding-bottom: 0px;*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user