Merge branch 'gitlink_ssr_head' into pre_gitlink_ssr

This commit is contained in:
caishi 2025-11-07 17:59:56 +08:00
commit 3ec009747f
1 changed files with 4 additions and 3 deletions

View File

@ -66,10 +66,11 @@ body{
overflow: hidden;
img{
height: 100%;
width: 1920px;
width: 100%;
position: relative;
left: 50%;
margin-left: -960px;
// left: 50%;
// margin-left: -960px;
object-fit: cover;
}
}
}