[CSS] Fix: Instance name centered.

Этот коммит содержится в:
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;