Better scoping for readmore
This commit is contained in:
parent
4a0bda8d55
commit
770e883e5f
|
@ -6,7 +6,7 @@
|
||||||
font-size: 2.6rem;
|
font-size: 2.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-readmore .gh-container {
|
.gh-readmore-inner {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-gap: 8vmin;
|
grid-gap: 8vmin;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
|
|
2
post.hbs
2
post.hbs
|
@ -38,7 +38,7 @@
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<aside class="gh-readmore">
|
<aside class="gh-readmore">
|
||||||
<div class="gh-container">
|
<div class="gh-readmore-inner gh-container">
|
||||||
<div class="gh-readmore-next">
|
<div class="gh-readmore-next">
|
||||||
{{#next_post}}<a href="{{url}}">{{> "icons/arrow-left"}} <h4>{{title}}</h4></a>{{/next_post}}
|
{{#next_post}}<a href="{{url}}">{{> "icons/arrow-left"}} <h4>{{title}}</h4></a>{{/next_post}}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue