Skip to content

Instantly share code, notes, and snippets.

@yaph
Created February 6, 2013 11:38
Show Gist options
  • Save yaph/4722077 to your computer and use it in GitHub Desktop.
Save yaph/4722077 to your computer and use it in GitHub Desktop.
Custom sized Twitter bootstrap modal windows, based on http://stackoverflow.com/a/10513686/291931
.modal {
width:38%; /* desired relative width */
left:31%; /* (100%-width)/2 */
height:56%; /* desired relative height */
top:22%; /* (100%-height)/2 */
margin:auto; /* place center */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment