| Current Path : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/sass/bootstrap/mixins/ |
| Current File : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/sass/bootstrap/mixins/_center-block.scss |
// Center-align a block level element
@mixin center-block() {
display: block;
margin-left: auto;
margin-right: auto;
}