fix: alignment

This commit is contained in:
Cory Dransfeldt 2024-08-23 19:43:19 -07:00
parent d7378aad8e
commit b2eb6112ec
No known key found for this signature in database
5 changed files with 6 additions and 6 deletions

View file

@ -118,7 +118,7 @@
& svg {
stroke: var(--music);
margin-bottom: -6px;
margin-bottom: var(--inline-margin-bottom);
}
}
}

View file

@ -34,7 +34,7 @@
}
& p > svg {
margin-bottom: -6px;
margin-bottom: var(--inline-margin-bottom);
}
& .artist-display {
@ -64,7 +64,6 @@
svg {
width: var(--sizing-svg-sm);
height: var(--sizing-svg-sm);
margin-right: var(--sizing-xs);
}
}