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