Center up the client row
This commit is contained in:
parent
c226a6b80b
commit
f23c362a81
2 changed files with 10 additions and 1 deletions
|
|
@ -111,3 +111,12 @@ section#comments {
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.row.row-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.row.row-center div {
|
||||
display: inline-block;
|
||||
float: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue