Fixed bug in my collection

This commit is contained in:
Damien Broqua 2022-02-18 23:57:51 +01:00
parent e8b60beacb
commit 4f3c2b0499
2 changed files with 22 additions and 5 deletions

View file

@ -43,5 +43,22 @@
img {
border: 2px solid #4a4a4a;
}
.items {
span {
margin-right: 0.6rem;
&::after {
content: ",";
}
&:last-child {
&::after {
margin-right: 0;
content: "";
}
}
}
}
}
}