769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
// Center-align a block level element
|
|
|
|
.center-block() {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|