Skip to content

Commit

Permalink
fix: padding
Browse files Browse the repository at this point in the history
  • Loading branch information
agrim-deriv committed Jun 26, 2024
1 parent aa1f976 commit 46a99b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Footer/Footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
display: grid;
}
.FooterSection {
padding: 32px;
grid-template-columns: 2fr;
gap: rem(2.4);
display: flex;
Expand Down Expand Up @@ -206,6 +207,7 @@
.FooterSection {
justify-content: center;
gap: 24px;
padding: 32px;
}
}

Expand Down

0 comments on commit 46a99b1

Please sign in to comment.