Center text in addition to aligning
This commit is contained in:
parent
ee820b6ca1
commit
94f0883fec
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ limitations under the License.
|
||||||
.OpeningClientView {
|
.OpeningClientView {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue