Merge pull request #121 from polyphenolic/fix-responsive-modals
Fix responsive modals
This commit is contained in:
commit
ba7187d81b
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 {
|
||||
width: 80%; /* respsonsive width */
|
||||
width: 80%; /* responsive width */
|
||||
margin-left:-40%; /* width/2) */
|
||||
}
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
/*padding-bottom: 0px;*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user