🐛 Adjust the container width on the wish_log page

Co-authored-by: 洛水居室 <luoshuijs@outlook.com>
This commit is contained in:
xtaodada 2023-10-12 23:19:47 +08:00
parent 36a72b2281
commit 9b652e5a8c
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -20,11 +20,11 @@ body {
font-family: PingFangSC-Medium, PingFang SC, sans-serif;
transform: scale(1.5);
transform-origin: 0 0;
width: 1020px;
width: 980px
}
.container {
width: 510px;
width: 980px;
padding: 20px 15px 10px 15px;
background-color: #f5f6fb;
}