Better scoping for readmore

This commit is contained in:
John O'Nolan 2019-12-06 14:41:54 +07:00
parent 4a0bda8d55
commit 770e883e5f
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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>