Lists
list-style-image: url('sqpurple.gif');
list-style-position: inside; //default is outsideul {
list-style-type: none;
margin: 0;
padding: 0;
}Getting that last/first element to be properly spaced
.article-list {
margin-bottom: 1rem;
&:last-child {
margin-bottom: 0;
}
}Last updated