Skip to content

Commit 2e2df04

Browse files
committed
Remove unused CSS properties
1 parent 8f0475a commit 2e2df04

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

components/Footer.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ const FooterGrid = styled.div`
2828
margin-bottom: 30px;
2929
margin-top: 20px;
3030
justify-content: center;
31-
-webkit-box-align: center;
32-
-webkit-box-pack: center;
3331
`;
3432

3533
const Footer = (): JSX.Element => {

components/Grid.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ export type GridProps = GridGapProps &
2525

2626
const Grid = styled.div<GridProps>`
2727
display: grid;
28-
29-
-webkit-box-align: center;
3028
align-items: center;
31-
-webkit-box-pack: end;
3229
justify-content: flex-end;
3330
3431
grid-template-columns:

0 commit comments

Comments
 (0)