mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-11 11:55:04 -05:00
13 lines
246 B
SCSS
13 lines
246 B
SCSS
#pinboard_linkroll {
|
|
.pin-title, .pin-description {
|
|
display: block;
|
|
margin-bottom: .5em;
|
|
}
|
|
.pin-tag {
|
|
@include hover-link;
|
|
@extend .aside-alt-link;
|
|
&:after { content: ','; }
|
|
&:last-child:after { content: ''; }
|
|
}
|
|
}
|