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 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue