File diff e33121c7dc54 → 32c2469b99f4
static/bootstrap/stylesheets/bootstrap/mixins/_center-block.scss
Show inline comments
 
new file 100644
 
// Center-align a block level element
 

	
 
@mixin center-block() {
 
  display: block;
 
  margin-left: auto;
 
  margin-right: auto;
 
}