new: Added friends page and adjust page style

This commit is contained in:
2024-12-19 15:21:36 +08:00
parent 4491e806e0
commit 2fa6e78626
16 changed files with 240 additions and 148 deletions

View File

@@ -16,9 +16,10 @@ tr, th, td {
color: var(--primary-text-color);
}
.about-title-wrap {
text-align: center;
.root-container {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.about-title {
@@ -27,7 +28,6 @@ tr, th, td {
.about-content {
line-height: 1.6;
max-width: 1000px;
color: var(--primary-text-color);
}