Merge remote-tracking branch 'origin/main'

This commit is contained in:
1152958806@qq.com 2023-08-12 15:28:41 +08:00
commit d1080007f7
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
margin: 3px; margin: 3px;
width: calc(33.333% - 6px); width: calc(33.333% - 6px);
height: 200px; height: 200px;
background: var(--heo-main); /* background: var(--heo-main); */
vertical-align: bottom; vertical-align: bottom;
} }
@ -66,4 +66,4 @@
.relatedPosts > .relatedPosts-list > div:hover .cover { .relatedPosts > .relatedPosts-list > div:hover .cover {
opacity: 0.8; opacity: 0.8;
transform: scale(1.1); transform: scale(1.1);
} }