minor fixes to website

This commit is contained in:
Simon Prince
2024-06-19 12:08:06 -04:00
parent 646e60ed95
commit c3ce38410c
2 changed files with 3 additions and 3 deletions

View File

@@ -69,8 +69,8 @@ export const HeroRow = styled.div`
@media screen and (max-width: 768px) {
grid-template-columns: 1fr;
grid-template-areas:
"col1"
"col2";
"col2"
"col1";
}
`;