修复了手机上的显示错误

This commit is contained in:
2023-01-16 18:59:09 +08:00
parent a4adcab0ba
commit aea8593b94
2 changed files with 6 additions and 4 deletions

View File

@@ -35,12 +35,12 @@
/* 使得右侧ul靠页面右端显示 */
.topbar-right {
position: absolute;
right: 150px;
right: 10%;
}
.topbar-left {
margin-left: 150px;
margin-left: 10%;
}
a{