fix(style): tier name not being centered properly

This commit is contained in:
Ash Monty
2022-09-24 15:00:02 +02:00
parent 787a3fe41e
commit 0e3799983e

View File

@@ -12,9 +12,11 @@
/* Account settings sidebar */
.account-sidebar .user {
text-align: center;
margin: 55px auto;
width: fit-content;
display: flex;
flex-flow: column;
align-items: center;
}
.account-sidebar .user .miiname {
font-size: 1.2rem;
@@ -341,4 +343,4 @@ footer {
.setting-card .setting-list {
grid-template-columns: auto;
}
}
}