mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +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 {
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue