style: 侧边栏宽度调整为13.375rem

This commit is contained in:
Argo Zhang 2019-08-16 22:20:11 +08:00
parent 1b0484280c
commit f5d31e2415
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
3 changed files with 3 additions and 3 deletions

View File

@ -189,7 +189,7 @@ body {
@media (min-width: 769px) {
.header {
margin-left: 210px;
margin-left: 13.375rem;
transition: margin-left .3s linear;
}

View File

@ -42,7 +42,7 @@
}
.main-content {
margin-left: 210px;
margin-left: 13.375rem;
}
}

View File

@ -95,7 +95,7 @@
aside {
transform: translate(0);
width: 210px;
width: 13.375rem;
overflow: hidden;
bottom: 40px;
}