.catalogue { font-family: $sans-serif; &-item { position: relative; border-bottom: 1px solid $grey-2; color: $default-color; display: inline-block; padding: 2rem 0 1.5rem 0; width: 100%; &:hover .catalogue-line, &:focus .catalogue-line { width: 5rem; } &:last-child { border: 0; } } &-time { color: $default-tint; font-family: $sans-serif; letter-spacing: .5px; } &-title { color: $default-shade; display: block; font-family: $sans-serif; font-size: 1.6rem; font-weight: 700; margin: 0rem 0 .5rem; } &-line { @include transition(all .3s ease-out); // border-top: .2rem solid $default-shade; border-top: .2rem solid $highlight; display: block; width: 2rem; } p { font-family: $serif-primary; } } .site-tag a { display: inline-block; margin-right: 12px; color: $default-color; font-family: $sans-serif; } .site-tag a:hover { text-decoration: underline; } .tag { color: $default-color; }