Minor changes

This commit is contained in:
Damien Broqua 2022-02-19 09:25:51 +01:00
parent 4f3c2b0499
commit 8b3719c332
8 changed files with 44 additions and 46 deletions

16
sass/list.scss Normal file
View file

@ -0,0 +1,16 @@
.items {
span {
margin-right: 0.6rem;
&::after {
content: ",";
}
&:last-child {
&::after {
margin-right: 0;
content: "";
}
}
}
}