mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
19 lines
354 B
Stylus
19 lines
354 B
Stylus
|
//
|
||
|
// kremalicious3
|
||
|
// --------------
|
||
|
// Content - Link Post
|
||
|
//
|
||
|
|
||
|
.linkurl
|
||
|
@extend .ellipsis, .aligncenter
|
||
|
font-family: $font-family-base
|
||
|
font-size: $font-size-mini
|
||
|
color: $text-color-dimmed
|
||
|
padding: ($line-height-computed/3) 0
|
||
|
max-width: 70%
|
||
|
|
||
|
@media $breakpoint2
|
||
|
max-width: 50%
|
||
|
|
||
|
.permalink-link
|
||
|
@extend .alignright
|