summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2019-11-24 19:56:30 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2019-11-24 19:56:30 +0100
commit7e50be6d9947b90dd212a23ba7a37ca8957c156b (patch)
tree8315d1c40017b15986e35b197a958094908f9e32 /layouts
parent982c7a3077905ace62169102f68603e541187d9d (diff)
downloadblog-7e50be6d9947b90dd212a23ba7a37ca8957c156b.tar.gz
blog-7e50be6d9947b90dd212a23ba7a37ca8957c156b.zip
Fix project card footer on mobile
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 703e5a5..a549272 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -14,7 +14,7 @@
<div class="card-text">
{{ .Summary }}
</div>
- <div>
+ <div class="card-actions">
{{ if .Truncated }}
<a href="{{ .RelPermalink }}" class="card-link">Read Article</a>
{{ end }}