mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-24 05:45:44 +01:00
layouts/summary: assign a dedicated class to summary texts
This commit is contained in:
parent
1525e0712d
commit
f978d34421
@ -26,7 +26,7 @@
|
||||
<span class="h3 moment-timeago">{{ .Date.Format $.Site.Params.fmt.ISO8601 }}</span>
|
||||
</div>
|
||||
<div class="mt-md px-md">
|
||||
<span class="h3">{{ .Summary }}</span>
|
||||
<span class="h3 summary-text">{{ .Summary }}</span>
|
||||
</div>
|
||||
<div style="position: absolute; bottom: -5px; right: 0;" class="px-md py-sm has-background-dark">
|
||||
<span class="h3">
|
||||
|
Loading…
Reference in New Issue
Block a user