14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
/*!
|
|
* Bootstrap v3.4.1 (https://getbootstrap.com/)
|
|
* Copyright 2011-2019 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
*/
|
|
|
|
// Center-align a block level element
|
|
|
|
.center-block() {
|
|
display: block;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|