Skip to content

Commit

Permalink
justify projects center on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Oct 26, 2023
1 parent 4ea1f5b commit 422ab4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/potlock/widget/Project/ListSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ const List = styled.div`
width: calc(32% - 24px); /* Subtract double the margin */
}
}
@media screen and (max-width: 768px) {
justify-content: center;
}
`;

return (
Expand Down
4 changes: 4 additions & 0 deletions build/potlock/src/Project/ListSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ const List = styled.div`
width: calc(32% - 24px); /* Subtract double the margin */
}
}
@media screen and (max-width: 768px) {
justify-content: center;
}
`;

return (
Expand Down

0 comments on commit 422ab4c

Please sign in to comment.