source:
trip-planner-front/node_modules/bootstrap/less/mixins/center-block.less@
6c1585f
Last change on this file since 6c1585f was fa375fe, checked in by , 3 years ago | |
---|---|
|
|
File size: 120 bytes |
Rev | Line | |
---|---|---|
[fa375fe] | 1 | // Center-align a block level element |
2 | ||
3 | .center-block() { | |
4 | display: block; | |
5 | margin-right: auto; | |
6 | margin-left: auto; | |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.