[CSS] Fix: Instance name centered.

このコミットが含まれているのは:
Eliseu Amaro 2021-10-04 12:20:31 +01:00
コミット 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;