mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-12 20:06:13 -05:00
fix(style): tier name not being centered properly
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user