💄 Card font-size tweak

This commit is contained in:
2021-10-06 09:38:40 -07:00
parent 339af88a5b
commit fce8551731
4 changed files with 7 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ export const RecentlyImported = ({
}
const titleElement = (
<Link to={"/comic/details/" + _id}>
{ellipsize(comicName, 18)}
{ellipsize(comicName, 20)}
</Link>
);
return (