Leve margen entre entidades

This commit is contained in:
Daniel Cortes
2020-06-04 07:40:52 -04:00
parent 91e253aba7
commit aec0694d26

View File

@@ -130,9 +130,10 @@ ul.entity_list {
li.artist, li.disc, li.song { li.artist, li.disc, li.song {
border: 1px var(--gray-2) solid; border: 1px var(--gray-2) solid;
margin-bottom: 1rem;
&:not(:first-child) { &:last-child {
border-top: none; margin-bottom: auto;
} }
&:hover { &:hover {