mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
style: better line alignment
This commit is contained in:
parent
ec1def0419
commit
1f24812efa
2 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue