style: better line alignment

This commit is contained in:
MAZE 2023-11-01 14:56:11 +03:30
parent ec1def0419
commit 1f24812efa
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
& .titleWrapper { & .titleWrapper {
display: flex; display: flex;
align-items: center; align-items: center;
column-gap: 15px; column-gap: 12px;
& .title { & .title {
margin-bottom: 12px; margin-bottom: 12px;
@ -17,7 +17,7 @@
height: 1px; height: 1px;
flex-grow: 1; flex-grow: 1;
background: linear-gradient(90deg, var(--color-neutral-300), transparent); background: linear-gradient(90deg, var(--color-neutral-300), transparent);
transform: translateY(-0.188rem); transform: translateY(-0.25rem);
} }
} }

View file

@ -4,7 +4,7 @@
& .titleWrapper { & .titleWrapper {
display: flex; display: flex;
align-items: center; align-items: center;
column-gap: 15px; column-gap: 12px;
& .title { & .title {
margin-bottom: 12px; margin-bottom: 12px;
@ -17,7 +17,7 @@
height: 1px; height: 1px;
flex-grow: 1; flex-grow: 1;
background: linear-gradient(90deg, var(--color-neutral-300), transparent); background: linear-gradient(90deg, var(--color-neutral-300), transparent);
transform: translateY(-0.188rem); transform: translateY(-0.25rem);
} }
} }