fix: misc

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-27 13:31:08 +01:00
parent a26d2b9d65
commit 464ca3e3d3
3 changed files with 20 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ export default function Home() {
<Grid width={'80%'} container mt={2} spacing={2}>
{getToolsByCategory().map((category) => (
<Grid key={category.type} item xs={12} md={6}>
<Card>
<Card sx={{ height: '100%' }}>
<CardContent>
<Link
style={{ fontSize: 20 }}