Skip to content

Instantly share code, notes, and snippets.

@coreyrothwell
Created June 18, 2013 20:46
Show Gist options
  • Save coreyrothwell/5809187 to your computer and use it in GitHub Desktop.
Save coreyrothwell/5809187 to your computer and use it in GitHub Desktop.
CSS code for a wider modal window in Twitter Bootstrap.
.modal-big {
width: 940px;
width: 100%;
max-width: 750px;
margin-left:-375px;
}
@media (max-width: 767px) {
.modal-big {
width: auto;
margin-left: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment