This commit is contained in:
SmallK111407
2023-08-26 20:35:11 +08:00
parent 2c07adbf53
commit 48b7ec4131

View File

@@ -43,7 +43,7 @@ body {
.tb {
display: flex;
justify-content: center;
justify-content: flex-start;
align-items: center;
}
.tb .avatar {
@@ -54,7 +54,7 @@ body {
margin: 0 20px;
flex-shrink: 0;
display: flex;
justify-content: center;
justify-content: flex-start;
align-items: center;
}
.tb .avatar img {