healthchecks_healthchecks/stuff/bootstrap/mixins/center-block.less
2021-10-01 12:21:54 +03:00

8 lines
120 B
Plaintext

// Center-align a block level element
.center-block() {
display: block;
margin-right: auto;
margin-left: auto;
}