From f16388411dd5364cb273cda1a3074ea5fd4f2e5c Mon Sep 17 00:00:00 2001 From: Nazareno Oviedo Date: Wed, 6 Apr 2022 11:32:50 -0300 Subject: [PATCH] feat: accessibility --- .../common/footer/footer.module.scss | 23 +++++++++++-------- src/components/common/footer/footer.tsx | 6 ++++- src/components/common/footer/index.tsx | 23 ++++++++----------- .../what-others-say.module.scss | 6 +++++ 4 files changed, 34 insertions(+), 24 deletions(-) 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: }, + { + href: 'https://twitter.com/laconicnetwork', + title: 'Twitter', + logo: + }, { href: '/validators', title: 'Telegram', logo: }, { href: '/testnet', title: 'Reddit', logo: }, { href: '/insiders', title: 'Linkedin', logo: }, diff --git a/src/components/common/footer/index.tsx b/src/components/common/footer/index.tsx index 57f0b99..bd50d0b 100644 --- a/src/components/common/footer/index.tsx +++ b/src/components/common/footer/index.tsx @@ -163,19 +163,16 @@ export const Footer = () => { })} -
    -
    -
  • - - Privacy Policy - -
  • -
  • - - Terms of Use - -
  • -
    +
      +
    • + + Privacy Policy + + + + Terms of Use + +
    • Laconic, The Source of Proof

    • diff --git a/src/components/sections/homepage/what-others-say/what-others-say.module.scss b/src/components/sections/homepage/what-others-say/what-others-say.module.scss index 95a8161..c42db69 100644 --- a/src/components/sections/homepage/what-others-say/what-others-say.module.scss +++ b/src/components/sections/homepage/what-others-say/what-others-say.module.scss @@ -76,6 +76,12 @@ user-select: none; transform: scale(1.18); pointer-events: none; + + img { + width: 100%; + margin: 0 auto; + display: block; + } } .slider {