source: trip-planner-front/node_modules/bootstrap/less/mixins/center-block.less@ 188ee53

Last change on this file since 188ee53 was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
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.