0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-15 01:18:30 +00:00
healthchecks_healthchecks/stuff/bootstrap/mixins/center-block.less
Pēteris Caune f9caa5ecef Styling
2015-07-01 21:51:42 +03:00

7 lines
120 B
Text
Executable file

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