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,8 +2,10 @@ import { Card } from 'components/Form/Card';
import Row, { ListRow } from 'components/Form/Row';
const styles = `
grid-row: span 2;
.content {
max-height: 32rem;
max-height: 50rem;
overflow-x: hidden;
overflow-y: auto;
}
`;