Mercurial > minori
view dep/fmt/doc/bootstrap/mixins/center-block.less @ 409:8d06825d96d1
library: refresh in a separate thread
this is fugly but it works
| author | Paper <paper@tflc.us> |
|---|---|
| date | Thu, 02 Apr 2026 00:18:56 -0400 |
| parents | 1faa72660932 |
| children |
line wrap: on
line source
// Center-align a block level element .center-block() { display: block; margin-left: auto; margin-right: auto; }
