Changes Pupeteer screenshot mechanism, updates dependencies, fix docs, add fallback for screenshot, add dev script

This commit is contained in:
Alicia Sykes
2023-07-22 14:15:22 +01:00
parent 1b5309c27b
commit 38fb1a1d4b
6 changed files with 5574 additions and 453 deletions

View File

@@ -31,6 +31,7 @@ const HeaderLinkContainer = styled.nav`
const Section = styled(StyledCard)`
margin-bottom: 2rem;
overflow: clip;
max-height: 100%;
h3 {
font-size: 1.5rem;
}
@@ -76,6 +77,7 @@ const Section = styled(StyledCard)`
max-width: 300px;
max-height: 28rem;
border-radius: 6px;
clear: both;
}
`;