mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Padding on author top
This commit is contained in:
parent
5cd68cae44
commit
2f5305ffe4
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ export function LibraryGridCard(props: LinkedItemCardProps): JSX.Element {
|
|||
<SpanBox
|
||||
css={{
|
||||
...AuthorInfoStyle,
|
||||
m: '0px',
|
||||
mt: '10px',
|
||||
}}
|
||||
>
|
||||
{props.item.author}
|
||||
|
|
|
|||
Loading…
Reference in a new issue