mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-02-08 20:46:17 +01:00
8 lines
120 B
Text
8 lines
120 B
Text
![]() |
// Center-align a block level element
|
||
|
|
||
|
.center-block() {
|
||
|
display: block;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|