fix: centers /about Panels (#5631)

fix: centers about Panels
This commit is contained in:
Vignesh Mohankumar 2022-12-11 14:30:36 -05:00 committed by GitHub
parent c25a2cfc00
commit 02b678b4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,6 +31,7 @@ const Panels = styled.div`
@media screen and (min-width: ${BREAKPOINTS.md}px) {
gap: 120px;
flex-direction: row;
align-items: center;
}
& > * {