This commit is contained in:
杜恒 2021-05-21 10:21:03 +08:00
parent 4d94903484
commit dcdd09a145
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -856,7 +856,7 @@ html {
padding: 10px 15px; padding: 10px 15px;
.count { .count {
p { p {
font-size: 24px; font-size: 22px;
} }
} }
} }
@ -865,6 +865,7 @@ html {
} }
&__lately { &__lately {
.content { .content {
padding: 5px;
#lately { #lately {
height: 240px; height: 240px;
} }
@ -874,6 +875,7 @@ html {
grid-template-columns: unset; grid-template-columns: unset;
&-item { &-item {
.content { .content {
padding: 5px;
#work, #work,
#flow { #flow {
height: 240px; height: 240px;