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