
docs._sass.bootstrap.mixins._center-block.scss Maven / Gradle / Ivy
The newest version!
// Center-align a block level element
@mixin center-block() {
display: block;
margin-left: auto;
margin-right: auto;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy