source:
trip-planner-front/node_modules/bootstrap/less/mixins/center-block.less@
eed0bf8
Last change on this file since eed0bf8 was fa375fe, checked in by , 3 years ago | |
---|---|
|
|
File size: 120 bytes |
Line | |
---|---|
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.