💄 Card font-size tweak
This commit is contained in:
@@ -32,7 +32,7 @@ const renderCard = (props): ReactElement => {
|
||||
</div>
|
||||
{props.hasDetails && (
|
||||
<div className="card-content">
|
||||
<div className="card-title is-size-6 is-family-secondary">
|
||||
<div className="card-title is-size-8 is-family-secondary">
|
||||
{isNil(props.title) ? "No Name" : props.title}
|
||||
</div>
|
||||
{props.children}
|
||||
|
||||
@@ -49,7 +49,7 @@ export const RecentlyImported = ({
|
||||
}
|
||||
const titleElement = (
|
||||
<Link to={"/comic/details/" + _id}>
|
||||
{ellipsize(comicName, 18)}
|
||||
{ellipsize(comicName, 20)}
|
||||
</Link>
|
||||
);
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user