mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-22 10:05: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">
|
<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 New Issue
Block a user