修改间距

This commit is contained in:
JohnathanLin 2023-12-15 23:39:55 +08:00
parent b6ef30607c
commit 4e68850975
2 changed files with 2 additions and 2 deletions

View File

@ -410,7 +410,7 @@ div.book {
}
div.friend-link {
width: 355px;
width: 330px;
display: inline-block;
vertical-align: top;
padding: 10px 10px;

View File

@ -2,7 +2,7 @@
--gap: 24px;
--content-gap: 20px;
--nav-width: 1024px;
--main-width: 720px;
--main-width: 1000px;
--header-height: 60px;
--footer-height: 60px;
--radius: 10px;