fix(ui): update login title css to fit on one line (#3922)

This commit is contained in:
Aditya Radhakrishnan 2022-01-21 07:41:32 -08:00 committed by GitHub
parent f3d01009df
commit f420a9c6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,4 +34,6 @@
.title {
color: white;
margin: 20px 0px;
font-size: 14px;
text-align: center;
}