Skip to content

Commit

Permalink
style: better line alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Nov 1, 2023
1 parent ec1def0 commit 1f24812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/sections/about/about.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
& .titleWrapper {
display: flex;
align-items: center;
column-gap: 15px;
column-gap: 12px;

& .title {
margin-bottom: 12px;
Expand All @@ -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);
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/components/sections/why/why.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
& .titleWrapper {
display: flex;
align-items: center;
column-gap: 15px;
column-gap: 12px;

& .title {
margin-bottom: 12px;
Expand All @@ -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);
}
}

Expand Down

0 comments on commit 1f24812

Please sign in to comment.