some css hacks

This commit is contained in:
Aria Moradi
2021-01-23 02:32:18 +03:30
parent 0ff770a98b
commit bd109ba11f
2 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export default function MangaGrid(props: IProps) {
}
return (
<Grid container spacing={1}>
<Grid container spacing={1} xs={12} style={{ margin: 0 }}>
{mapped}
</Grid>
);