Merge pull request #7 from j-selby/fix-bugs

Fix read more button on Chrome
This commit is contained in:
Flame Sage 2018-07-12 13:33:04 -04:00 committed by GitHub
commit a5730798f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>