Fix oauth btn alignment

Use flex for alignment of btn grp

Closes #1931
This commit is contained in:
AnkushMalik 2018-01-25 09:09:18 +05:30 committed by James Mason
parent 66a2777677
commit ed21986cf1
2 changed files with 7 additions and 1 deletions

View file

@ -115,3 +115,9 @@ p.comment-body {
float: right;
}
}
/* omniauth btn grp */
#openid-btn-grp{
display: flex;
justify-content: center;
}