Skip to content

Commit

Permalink
fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
agrim-deriv committed Sep 9, 2024
1 parent 7421fb1 commit d4f4deb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/CustomAccordion/custom-accordion.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.accordion_root {
display: flex;
flex-direction: column;
gap: 1.25rem;
gap: 0.25rem;

&__item {
overflow: hidden;
Expand Down Expand Up @@ -44,7 +44,7 @@
background-color: var(--opacity-black-75);

&__text {
padding: 16px 18px;
padding: 16px 8px;
font-size: 14px;
font-weight: 400;
}
Expand Down
5 changes: 2 additions & 3 deletions src/components/Footer/Footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
align-items: center;
gap: rem(0.5);
text-decoration: none;
margin-bottom: rem(1.6);
}

.labelcolor {
Expand Down Expand Up @@ -204,7 +203,7 @@
.FooterBody {
display: flex;
width: 100%;
padding: rem(2) rem(1.5);
padding: rem(3.2) rem(1.6);
}

p {
Expand All @@ -229,7 +228,7 @@

@media (max-width: 600px) {
.FooterBody {
padding: rem(2) rem(1);
padding: rem(3.2) rem(1.6);
}
.PaddedButton {
display: flex;
Expand Down

0 comments on commit d4f4deb

Please sign in to comment.