Skip to content

Commit

Permalink
Fix artist list spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua O'Sullivan committed Aug 15, 2020
1 parent a8037f8 commit a226ba8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/ArtistsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export default {
border: 1px solid var(--border-colour);
padding: $spacer*2;
background: var(--list-red);
:first-child {
margin-top: 0;
}
li {
list-style: decimal;
margin-top: $spacer;
Expand Down

0 comments on commit a226ba8

Please sign in to comment.