fix: spacing
This commit is contained in:
parent
0c5bbdd640
commit
c06d9c06b6
3 changed files with 7 additions and 5 deletions
|
@ -22,7 +22,6 @@
|
|||
|
||||
& svg {
|
||||
stroke: var(--concerts);
|
||||
margin-bottom: -6px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -31,9 +30,12 @@
|
|||
|
||||
& svg {
|
||||
stroke: var(--books);
|
||||
margin-bottom: -6px;
|
||||
}
|
||||
}
|
||||
|
||||
& p > svg {
|
||||
margin-bottom: -6px;
|
||||
}
|
||||
|
||||
& .artist-display {
|
||||
display: flex;
|
||||
|
|
Reference in a new issue