From 7e50be6d9947b90dd212a23ba7a37ca8957c156b Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 24 Nov 2019 19:56:30 +0100 Subject: Fix project card footer on mobile --- layouts/index.html | 2 +- static/css/custom.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@
{{ .Summary }}
-
+
{{ if .Truncated }} Read Article {{ end }} diff --git a/static/css/custom.css b/static/css/custom.css index 27f569e..0b7a19c 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -116,6 +116,10 @@ footer { margin: 0; } +.card-actions { + min-height: 2rem; +} + .card-link { font-weight: bold; } -- cgit v1.3.1