mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove extra margin on smaller screens now that the card is left aligned
This commit is contained in:
parent
a27b257068
commit
8dd71f12aa
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ export function LibraryGridCard(props: LinkedItemCardProps): JSX.Element {
|
|||
overflow: 'hidden',
|
||||
cursor: 'pointer',
|
||||
'@media (max-width: 930px)': {
|
||||
m: '15px',
|
||||
// m: '15px',
|
||||
width: 'calc(100% - 30px)',
|
||||
},
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue