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 {
border: 1px var(--gray-2) solid;
margin-bottom: 1rem;
&:not(:first-child) {
border-top: none;
&:last-child {
margin-bottom: auto;
}
&:hover {