Paulus Schoutsen b0bdfe2fe9 Update to site
2014-12-21 12:17:37 -08:00

16 lines
235 B
SCSS

#pinboard {
.pin-item > p {
margin-bottom: 0;
a {
&:hover {
text-decoration: underline;
}
&::after {
content: ",";
}
&:last-child::after {
content: "";
}
}
}
}