mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-22 04:55:38 +01:00
Merge pull request #7 from j-selby/fix-bugs
Fix read more button on Chrome
This commit is contained in:
commit
a5730798f1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user