Merge remote-tracking branch 'upstream/gitlink_server' into gitlink_ssr_head

This commit is contained in:
黄心宇 2024-05-06 17:21:43 +08:00
commit 926de32c0c
1 changed files with 9 additions and 0 deletions

View File

@ -245,12 +245,21 @@
// 小屏或者手机端隐藏左侧banner
@media screen and (max-width:786px) {
#root{
width: auto;
}
.login_register_left{
display: none;
}
.login_register_right .right_cont{
left: 20vw;
}
.login_register_right{
.img1, .img2{
display: none;
}
}
}
@media screen and (max-width:500px) {