fix last-child

This commit is contained in:
SrGooglo 2023-03-05 19:52:06 +00:00
parent cb59a739ec
commit af3651dabb

View File

@ -4,5 +4,9 @@
.item {
margin-bottom: 10px;
&:last-child {
margin-bottom: 0;
}
}
}