修改HTML显示内容大小

This commit is contained in:
SiYuan 2024-03-06 11:39:45 +08:00
parent 964f4b0b54
commit 9b124e178f

View File

@ -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;