mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2025-01-03 20:55:37 +00: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">
|
<div class="mt-md px-md">
|
||||||
<span class="h3">{{ .Summary }}</span>
|
<span class="h3">{{ .Summary }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="position: absolute; bottom: 0; right: 0;">
|
<div style="position: absolute; bottom: -5px; right: 0;" class="px-md py-sm has-background-dark">
|
||||||
<span class="h3 px-md py-sm has-background-dark">
|
<span class="h3">
|
||||||
<a href="{{ .Permalink }}">Read More</a>
|
<a href="{{ .Permalink }}">Read More</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue