[CSS] Fix: Instance name centered.

This commit is contained in:
Eliseu Amaro 2021-10-04 12:20:31 +01:00
джерело 80d1be323d
коміт 0dfb41230e
1 змінених файлів з 2 додано та 0 видалено

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