Implemented a much neater masonary layout

This commit is contained in:
Alicia Sykes
2023-07-21 00:07:19 +01:00
parent e0d33ea9c5
commit fc030ffcd6
9 changed files with 37 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ import { Card } from 'components/Form/Card';
const cardStyles = `
overflow: auto;
max-height: 40rem;
max-height: 50rem;
grid-row: span 2;
img {
border-radius: 6px;