diff --git a/src/components/CustomAccordion/custom-accordion.scss b/src/components/CustomAccordion/custom-accordion.scss index 53e8f2db1..ea8b6957c 100644 --- a/src/components/CustomAccordion/custom-accordion.scss +++ b/src/components/CustomAccordion/custom-accordion.scss @@ -1,7 +1,7 @@ .accordion_root { display: flex; flex-direction: column; - gap: 1.25rem; + gap: 0.25rem; &__item { overflow: hidden; @@ -44,7 +44,7 @@ background-color: var(--opacity-black-75); &__text { - padding: 16px 18px; + padding: 16px 8px; font-size: 14px; font-weight: 400; } diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss index 5daf8d6c4..11206f28f 100644 --- a/src/components/Footer/Footer.module.scss +++ b/src/components/Footer/Footer.module.scss @@ -83,7 +83,6 @@ align-items: center; gap: rem(0.5); text-decoration: none; - margin-bottom: rem(1.6); } .labelcolor { @@ -204,7 +203,7 @@ .FooterBody { display: flex; width: 100%; - padding: rem(2) rem(1.5); + padding: rem(3.2) rem(1.6); } p { @@ -229,7 +228,7 @@ @media (max-width: 600px) { .FooterBody { - padding: rem(2) rem(1); + padding: rem(3.2) rem(1.6); } .PaddedButton { display: flex;