mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-12 08:05:18 +01:00
27 lines
455 B
Plaintext
27 lines
455 B
Plaintext
|
// LINK POST
|
||
|
/////////////////////////////////////
|
||
|
|
||
|
.hentry.format-link {
|
||
|
|
||
|
}
|
||
|
|
||
|
.linkurl {
|
||
|
display: block;
|
||
|
font-family: @font-family-base;
|
||
|
font-size: @font-size-mini;
|
||
|
color: @text-color-dimmed;
|
||
|
padding: @line-height-computed/3 0;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
&:extend(.ellipsis);
|
||
|
|
||
|
max-width: 70%;
|
||
|
@media @breakpoint2 {
|
||
|
max-width: 50%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.permalink-link {
|
||
|
float: right;
|
||
|
font-size: 1.1em
|
||
|
}
|