🐛 Adjust the container width on the wish_log page

This commit is contained in:
洛水居室 2023-10-12 09:49:57 +08:00
parent 7aab97f9c0
commit 9dfee40e93
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -5,7 +5,6 @@
<link rel="shortcut icon" href="#"/>
<link rel="stylesheet" type="text/css" href="wish_log.css"/>
<link rel="preload" href="./../../fonts/tttgbnumber.ttf" as="font">
<link rel="preload" href="./img/提纳里.png" as="image">
<link rel="preload" href="./../abyss/background/roleStarBg5.png" as="image">
<link rel="preload" href="./../abyss/background/roleStarBg4.png" as="image">
<style>