Merge pull request #121 from polyphenolic/fix-responsive-modals
Fix responsive modals
This commit is contained in:
commit
ba7187d81b
6
css/modals.css
Normal file → Executable file
6
css/modals.css
Normal file → Executable file
|
@ -1,6 +1,8 @@
|
||||||
.modal-large {
|
@media (min-width: 768px) {
|
||||||
width: 80%; /* respsonsive width */
|
.modal-large {
|
||||||
|
width: 80%; /* responsive width */
|
||||||
margin-left:-40%; /* width/2) */
|
margin-left:-40%; /* width/2) */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user