mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
fixes
This commit is contained in:
parent
2e8f504739
commit
1e63cd8906
@ -154,8 +154,7 @@ a.btn-primary
|
||||
.icon
|
||||
width: 15px
|
||||
height: 15px
|
||||
margin-right: 2px
|
||||
margin-left: 0
|
||||
margin: 1px 0 0 0
|
||||
fill: #0089cb
|
||||
|
||||
|
||||
|
@ -210,7 +210,7 @@ blockquote > p
|
||||
color: lighten($text-color, 15%)
|
||||
|
||||
blockquote
|
||||
padding: 0 $line-height-computed
|
||||
padding: 0 40px
|
||||
margin: 0 0 $line-height-computed
|
||||
position: relative
|
||||
|
||||
@ -224,8 +224,8 @@ blockquote
|
||||
font-family: "Hoefler Text", "Times New Roman", serif
|
||||
color: $text-color-dimmed
|
||||
position: absolute
|
||||
left: -($line-height-computed/2)
|
||||
top: -($line-height-computed/1.75)
|
||||
left: 0
|
||||
top: -20px
|
||||
|
||||
@media $breakpoint3
|
||||
top: -($line-height-computed/1.35)
|
||||
|
@ -35,7 +35,7 @@ $brand-grey-light = lighten($brand-grey, 15%)
|
||||
|
||||
$text-color = $brand-grey-light
|
||||
$text-color-light = lighten($brand-grey-light, 30%)
|
||||
$text-color-dimmed = lighten($brand-grey-light, 40%)
|
||||
$text-color-dimmed = lighten($brand-grey-light, 50%)
|
||||
|
||||
|
||||
// Typography
|
||||
|
@ -25,7 +25,11 @@ layout: base
|
||||
<use xlink:href="/assets/img/sprite.svg#entypo-forward"></use>
|
||||
</svg>
|
||||
</a>
|
||||
<a class="permalink-link" href="{{ page.url }}" rel="tooltip" title="Permalink">∞</a>
|
||||
<a class="permalink-link" href="{{ page.url }}" rel="tooltip" title="Permalink">
|
||||
<svg class="icon icon-entypo icon-entypo-infinity">
|
||||
<use xlink:href="/assets/img/sprite.svg#entypo-infinity"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user