mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-09 01:21:18 +08:00
修改HTML显示内容大小
This commit is contained in:
parent
964f4b0b54
commit
9b124e178f
@ -39,8 +39,8 @@ body {
|
||||
.page {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 1200px;
|
||||
box-shadow: 1px 1px 3px #ebebeb;
|
||||
border-radius: 5px;
|
||||
@ -88,7 +88,7 @@ body {
|
||||
}
|
||||
|
||||
.page .main-body .nav-bar {
|
||||
height: 180px;
|
||||
height: 80px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
|
Loading…
Reference in New Issue
Block a user