forked from Gitlink/forgeplus-react
Merge remote-tracking branch 'upstream/gitlink_server' into gitlink_ssr_head
This commit is contained in:
commit
926de32c0c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue