Merge pull request #121 from polyphenolic/fix-responsive-modals

Fix responsive modals
This commit is contained in:
hamza zia 2014-12-15 21:59:31 +08:00
commit ba7187d81b

6
css/modals.css Normal file → Executable file
View 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 {