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 {
|
||||
width: 80%; /* respsonsive width */
|
||||
@media (min-width: 768px) {
|
||||
.modal-large {
|
||||
width: 80%; /* responsive width */
|
||||
margin-left:-40%; /* width/2) */
|
||||
}
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
|
|
Loading…
Reference in New Issue
Block a user