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

@@ -5,7 +5,7 @@ import Row, { RowProps } from 'components/Form/Row';
const cardStyles = `
grid-row: span 2;
.content {
max-height: 40rem;
max-height: 50rem;
overflow-y: auto;
}
`;