From 1f24812efa3b64fdbfc794bcb546226cc2ef07d4 Mon Sep 17 00:00:00 2001 From: MAZE Date: Wed, 1 Nov 2023 14:56:11 +0330 Subject: [PATCH] style: better line alignment --- src/components/sections/about/about.module.css | 4 ++-- src/components/sections/why/why.module.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/sections/about/about.module.css b/src/components/sections/about/about.module.css index 2d329c1..c4f8968 100644 --- a/src/components/sections/about/about.module.css +++ b/src/components/sections/about/about.module.css @@ -4,7 +4,7 @@ & .titleWrapper { display: flex; align-items: center; - column-gap: 15px; + column-gap: 12px; & .title { margin-bottom: 12px; @@ -17,7 +17,7 @@ height: 1px; flex-grow: 1; background: linear-gradient(90deg, var(--color-neutral-300), transparent); - transform: translateY(-0.188rem); + transform: translateY(-0.25rem); } } diff --git a/src/components/sections/why/why.module.css b/src/components/sections/why/why.module.css index c0d7c57..ffe9a77 100644 --- a/src/components/sections/why/why.module.css +++ b/src/components/sections/why/why.module.css @@ -4,7 +4,7 @@ & .titleWrapper { display: flex; align-items: center; - column-gap: 15px; + column-gap: 12px; & .title { margin-bottom: 12px; @@ -17,7 +17,7 @@ height: 1px; flex-grow: 1; background: linear-gradient(90deg, var(--color-neutral-300), transparent); - transform: translateY(-0.188rem); + transform: translateY(-0.25rem); } }