fix: extra margin in search result

This commit is contained in:
Jimmy Cai 2022-06-12 12:37:30 +00:00 committed by GitHub
parent fcaaadda63
commit cdf50c757c
2 changed files with 1 additions and 3 deletions

View File

@ -192,7 +192,6 @@
.article-preview { .article-preview {
font-size: 1.4rem; font-size: 1.4rem;
color: var(--card-text-color-tertiary); color: var(--card-text-color-tertiary);
margin-top: 10px;
line-height: 1.5; line-height: 1.5;
} }
} }

View File

@ -78,5 +78,4 @@
height: 20px; height: 20px;
} }
} }
} }