Fix read more button on Chrome

This commit is contained in:
James 2018-07-13 02:26:35 +10:00
parent 175e9ea65b
commit d5f9ad007d
2 changed files with 6 additions and 6 deletions

View File

@ -26,8 +26,8 @@
<div class="mt-md px-md">
<span class="h3">{{ .Summary }}</span>
</div>
<div style="position: absolute; bottom: 0; right: 0;">
<span class="h3 px-md py-sm has-background-dark">
<div style="position: absolute; bottom: -5px; right: 0;" class="px-md py-sm has-background-dark">
<span class="h3">
<a href="{{ .Permalink }}">Read More</a>
</span>
</div>