fix(bug):fix some bug

This commit is contained in:
2022-09-14 19:47:11 +08:00
parent 745cee5f19
commit 94b885489b
7 changed files with 7 additions and 6 deletions

View File

@@ -726,6 +726,7 @@ footer .copyright a:hover {
padding: 0.5rem 0;
}
.journals > ul > li {
list-style-type: none;
padding: 1rem 0.1rem;
}
.journals > ul > li > .info {

View File

@@ -77,8 +77,8 @@
}
>ul {
>li {
list-style-type: none;
padding: 1rem 0.1rem;
>.info {
padding: 1rem 0;
}

File diff suppressed because one or more lines are too long