From 685553727af243f34f517f85c50d48ae00478951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20=C3=81lvarez?= Date: Fri, 17 Jun 2022 17:54:34 +0200 Subject: [PATCH] Adjust spacings --- src/components/sections/about/roadmap/roadmap.module.scss | 2 +- .../sections/about/whitepaper/whitepaper.module.scss | 2 +- .../sections/careers/positions/positions.module.scss | 2 +- src/components/sections/careers/why/why.module.scss | 2 +- src/components/sections/community/socials/socials.module.scss | 4 ++-- .../homepage/what-others-say/what-others-say.module.scss | 4 ++-- src/components/sections/newsroom/media/media.module.scss | 4 ++-- src/components/sections/products/app/app.module.scss | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/sections/about/roadmap/roadmap.module.scss b/src/components/sections/about/roadmap/roadmap.module.scss index c44197f..eaa95b8 100644 --- a/src/components/sections/about/roadmap/roadmap.module.scss +++ b/src/components/sections/about/roadmap/roadmap.module.scss @@ -7,7 +7,7 @@ } position: relative; - margin: tovw(135px, 'default', 70px) 0; + margin: tovw(85px, 'default', 70px) 0 tovw(135px, 'default', 70px) 0; .container { @include respond-to('mobile') { diff --git a/src/components/sections/about/whitepaper/whitepaper.module.scss b/src/components/sections/about/whitepaper/whitepaper.module.scss index 5ee4ed3..d660ea6 100644 --- a/src/components/sections/about/whitepaper/whitepaper.module.scss +++ b/src/components/sections/about/whitepaper/whitepaper.module.scss @@ -53,7 +53,7 @@ padding-top: tovw(60px, 'mobile', 60px); } - padding-top: tovw(130px, 'default', 60px); + padding-top: tovw(75px, 'default', 60px); width: tovw(1300px, 'default', 400px); } diff --git a/src/components/sections/careers/positions/positions.module.scss b/src/components/sections/careers/positions/positions.module.scss index bcac0bf..be2e84c 100644 --- a/src/components/sections/careers/positions/positions.module.scss +++ b/src/components/sections/careers/positions/positions.module.scss @@ -7,7 +7,7 @@ position: relative; margin: tovw(105px, 'default', 70px) 0; - padding: tovw(104px, 'default', 95px) 0; + padding: tovw(104px, 'default', 95px) 0 tovw(44px, 'default', 35px) 0; .container { @include respond-to('mobile') { diff --git a/src/components/sections/careers/why/why.module.scss b/src/components/sections/careers/why/why.module.scss index 08b2517..cd064c4 100644 --- a/src/components/sections/careers/why/why.module.scss +++ b/src/components/sections/careers/why/why.module.scss @@ -7,7 +7,7 @@ position: relative; margin: tovw(140px, 'default', 110px) 0; - padding: tovw(104px, 'default', 90px) 0; + padding-bottom: tovw(50px, 'default', 40px); .container { @include respond-to('mobile') { diff --git a/src/components/sections/community/socials/socials.module.scss b/src/components/sections/community/socials/socials.module.scss index 339ac53..e805fd4 100644 --- a/src/components/sections/community/socials/socials.module.scss +++ b/src/components/sections/community/socials/socials.module.scss @@ -7,8 +7,8 @@ } position: relative; - padding: tovw(124px, 'default', 100px) 0; - margin-bottom: tovw(145px, 'default', 120px); + padding: tovw(44px, 'default', 30px) 0; + margin-bottom: tovw(165px, 'default', 120px); } .container { 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 dc340d3..2e58baa 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 @@ -7,7 +7,7 @@ position: relative; margin-top: tovw(24px, 'default', 16px); - padding: tovw(104px, 'default', 72px) 0 0 0; + padding-top: tovw(44px, 'default', 32px); } .header { @@ -73,7 +73,7 @@ transform-style: preserve-3d; cursor: grab; width: 100%; - height: tovw(1100px, 'default', 700px); + height: tovw(1000px, 'default', 700px); user-select: none; } diff --git a/src/components/sections/newsroom/media/media.module.scss b/src/components/sections/newsroom/media/media.module.scss index bbf2009..e183bce 100644 --- a/src/components/sections/newsroom/media/media.module.scss +++ b/src/components/sections/newsroom/media/media.module.scss @@ -6,8 +6,8 @@ } position: relative; - margin: tovw(140px, 'default', 110px) 0; - padding: tovw(70px, 'default', 50px); + margin: tovw(20px, 'default', 15px) 0 tovw(120px, 'default', 90px) 0; + padding: tovw(30px, 'default', 20px); .container { @include respond-to('mobile') { diff --git a/src/components/sections/products/app/app.module.scss b/src/components/sections/products/app/app.module.scss index 7055c80..993250c 100644 --- a/src/components/sections/products/app/app.module.scss +++ b/src/components/sections/products/app/app.module.scss @@ -13,8 +13,8 @@ position: relative; align-items: center; justify-content: center; - margin: tovw(100px, 'default', 50px) 0; - height: calc(var(--vw) * 45); + margin: tovw(40px, 'default', 30px) 0; + height: calc(var(--vw) * 40); .container { @include respond-to('mobile') {