[CSS] Fix: Instance name centered.

This commit is contained in:
Eliseu Amaro 2021-10-04 12:20:31 +01:00
parent 80d1be323d
commit 0dfb41230e
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ header {
.header-instance {
display: flex;
position: absolute;
text-align: center;
align-items: center;
align-self: center;
margin-left: auto;