Center up the client row

This commit is contained in:
James Mason 2018-03-21 12:27:54 -07:00 committed by Christian Bruckmayer
parent c226a6b80b
commit cb7d773b96
2 changed files with 10 additions and 1 deletions

View file

@ -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;
}