diff --git a/src/assets/data/CollaboratorsContent.js b/src/assets/data/CollaboratorsContent.js index 4e18671..c156514 100644 --- a/src/assets/data/CollaboratorsContent.js +++ b/src/assets/data/CollaboratorsContent.js @@ -1,6 +1,3 @@ -import wbgov from "../images/CollaboratorsImages/wbgov.webp"; -import wbgovcs from "../images/CollaboratorsImages/wbgovcs.webp"; - import brb from "../images/CollaboratorsImages/brb.webp"; import dataverseos from "../images/CollaboratorsImages/dataverseos.webp"; import devfestsiliguri2023 from "../images/CollaboratorsImages/devfestsiliguri2023.webp"; @@ -13,6 +10,8 @@ import kolkatafoss from "../images/CollaboratorsImages/kolkatafoss.webp"; import kolkatapolygonguild from "../images/CollaboratorsImages/kolkatapolygonguild.webp"; import nftday from "../images/CollaboratorsImages/nftday.webp"; import nordek from "../images/CollaboratorsImages/nordek.webp"; +import wbgov from "../images/CollaboratorsImages/wbgov.webp"; +import wbgovcs from "../images/CollaboratorsImages/wbgovcs.webp"; import web3reinvent from "../images/CollaboratorsImages/web3reinvent.webp"; const collaborators = [ diff --git a/src/assets/images/CollaboratorsImages/brb.webp b/src/assets/images/CollaboratorsImages/brb.webp index a16b45a..903b1c5 100644 Binary files a/src/assets/images/CollaboratorsImages/brb.webp and b/src/assets/images/CollaboratorsImages/brb.webp differ diff --git a/src/assets/images/CollaboratorsImages/hackthisfall.webp b/src/assets/images/CollaboratorsImages/hackthisfall.webp index ad5ddf1..336ff0d 100644 Binary files a/src/assets/images/CollaboratorsImages/hackthisfall.webp and b/src/assets/images/CollaboratorsImages/hackthisfall.webp differ diff --git a/src/assets/images/CollaboratorsImages/hackverse.webp b/src/assets/images/CollaboratorsImages/hackverse.webp index ea842cd..56d4348 100644 Binary files a/src/assets/images/CollaboratorsImages/hackverse.webp and b/src/assets/images/CollaboratorsImages/hackverse.webp differ diff --git a/src/assets/images/CollaboratorsImages/kolkatafoss.webp b/src/assets/images/CollaboratorsImages/kolkatafoss.webp index 6ca4bea..1a07998 100644 Binary files a/src/assets/images/CollaboratorsImages/kolkatafoss.webp and b/src/assets/images/CollaboratorsImages/kolkatafoss.webp differ diff --git a/src/assets/images/CollaboratorsImages/web3reinvent.webp b/src/assets/images/CollaboratorsImages/web3reinvent.webp index 54a23a5..a374198 100644 Binary files a/src/assets/images/CollaboratorsImages/web3reinvent.webp and b/src/assets/images/CollaboratorsImages/web3reinvent.webp differ diff --git a/src/assets/images/SponsorImages/celo.webp b/src/assets/images/SponsorImages/celo.webp index 0719fad..4c951e7 100644 Binary files a/src/assets/images/SponsorImages/celo.webp and b/src/assets/images/SponsorImages/celo.webp differ diff --git a/src/components/private/about/About.scss b/src/components/private/about/About.scss index da025e7..98bd69c 100644 --- a/src/components/private/about/About.scss +++ b/src/components/private/about/About.scss @@ -73,6 +73,7 @@ &:nth-of-type(1) { color: var(--h4bred); + margin-bottom: 1rem; } } @@ -81,6 +82,7 @@ margin-top: 2rem; font-weight: 700; margin-bottom: 2rem; + font-size: 34px; } .about__metrics { diff --git a/src/components/private/landing/Landing.jsx b/src/components/private/landing/Landing.jsx index b7be63b..7b3e8e5 100644 --- a/src/components/private/landing/Landing.jsx +++ b/src/components/private/landing/Landing.jsx @@ -27,17 +27,10 @@ const Landing = () => { - diff --git a/src/components/private/landing/Landing.scss b/src/components/private/landing/Landing.scss index 762132d..76513f8 100644 --- a/src/components/private/landing/Landing.scss +++ b/src/components/private/landing/Landing.scss @@ -44,7 +44,7 @@ h1 { font-weight: 700; font-size: clamp(2.1rem, 7vw, 3.8rem); - line-height: 1; + line-height: 1.4; } h2 { diff --git a/src/components/shared/button/Button.scss b/src/components/shared/button/Button.scss index 37f7b66..3a3fadb 100644 --- a/src/components/shared/button/Button.scss +++ b/src/components/shared/button/Button.scss @@ -3,7 +3,7 @@ border: 3px solid var(--h4bred); font-family: var(--heading-font); text-transform: uppercase; - padding: 0.4rem 3rem; + padding: 0.55rem 3rem; font-size: 17px; color: var(--text-color); border-radius: 20px; diff --git a/src/components/shared/footer/Footer.jsx b/src/components/shared/footer/Footer.jsx index b95a0f5..feb8c99 100644 --- a/src/components/shared/footer/Footer.jsx +++ b/src/components/shared/footer/Footer.jsx @@ -92,11 +92,7 @@ const Footer = () => {
- footer_bg + {/* footer_bg */}