diff --git a/src/components/common/footer/footer.module.scss b/src/components/common/footer/footer.module.scss
index c2c5ecc..7dfc4de 100644
--- a/src/components/common/footer/footer.module.scss
+++ b/src/components/common/footer/footer.module.scss
@@ -252,19 +252,22 @@
margin-top: tovw(32px, 'tablet', 32px);
}
- a,
- p {
- font-size: tovw(18px, 'default', 14px);
- line-height: 1;
- margin: 0;
- color: var(--color-grey-light);
- }
-
- ul {
+ .sub__footer__links {
display: flex;
justify-content: space-between;
width: 100%;
+ li {
+ a,
+ p {
+ font-size: tovw(18px, 'default', 14px);
+ font-weight: 400 !important;
+ line-height: 1;
+ margin: 0;
+ color: var(--color-grey-light);
+ }
+ }
+
@media screen and (max-width: 800px) {
align-items: center;
flex-direction: column;
@@ -275,7 +278,7 @@
}
}
- > div {
+ li:first-of-type {
display: flex;
gap: tovw(37px, 'default', 24px);
diff --git a/src/components/common/footer/footer.tsx b/src/components/common/footer/footer.tsx
index b15de6e..35c23ec 100644
--- a/src/components/common/footer/footer.tsx
+++ b/src/components/common/footer/footer.tsx
@@ -42,7 +42,11 @@ export const CommunityLinks = [
]
export const ConnectLinks = [
- { href: '/community', title: 'Twitter', logo:
Laconic, The Source of Proof