Commit 02b678b4 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

fix: centers /about Panels (#5631)

fix: centers about Panels
parent c25a2cfc
...@@ -31,6 +31,7 @@ const Panels = styled.div` ...@@ -31,6 +31,7 @@ const Panels = styled.div`
@media screen and (min-width: ${BREAKPOINTS.md}px) { @media screen and (min-width: ${BREAKPOINTS.md}px) {
gap: 120px; gap: 120px;
flex-direction: row; flex-direction: row;
align-items: center;
} }
& > * { & > * {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment