5 lines
68 B
CSS
5 lines
68 B
CSS
|
|
table.align-left {
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: auto;
|
||
|
|
}
|