Adds nav component, intrgrates about page, improved error handling, removed unused features

This commit is contained in:
Alicia Sykes
2023-07-08 16:59:48 +01:00
parent efd528f198
commit cdca4b0058
11 changed files with 139 additions and 63 deletions

View File

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