Center text in addition to aligning

This commit is contained in:
Danila Fedorin 2021-08-24 15:20:48 -07:00
parent ee820b6ca1
commit 94f0883fec

View file

@ -54,6 +54,7 @@ limitations under the License.
.OpeningClientView {
display: flex;
align-items: center;
text-align: center;
flex-direction: column;
margin: 0;
}