We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0475a commit 2e2df04Copy full SHA for 2e2df04
components/Footer.tsx
@@ -28,8 +28,6 @@ const FooterGrid = styled.div`
28
margin-bottom: 30px;
29
margin-top: 20px;
30
justify-content: center;
31
- -webkit-box-align: center;
32
- -webkit-box-pack: center;
33
`;
34
35
const Footer = (): JSX.Element => {
components/Grid.tsx
@@ -25,10 +25,7 @@ export type GridProps = GridGapProps &
25
26
const Grid = styled.div<GridProps>`
27
display: grid;
-
align-items: center;
- -webkit-box-pack: end;
justify-content: flex-end;
grid-template-columns:
0 commit comments