Additional styling changes

This commit is contained in:
jeffvli 2023-06-03 23:21:00 -07:00 committed by Jeff
parent 5dd860735d
commit 48dfd469ed
5 changed files with 21 additions and 13 deletions

View file

@ -35,9 +35,9 @@ const ResponsiveContainer = styled.div`
margin-top: 5rem;
@media screen and (max-width: 768px) {
flex-direction: row;
grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
grid-template-columns: minmax(0, 1fr);
margin-top: 0;
}
`;