From fbf0e6d82a595a39be8332f0cc13f9a88f44fa63 Mon Sep 17 00:00:00 2001 From: ondrej Date: Fri, 21 Oct 2022 15:41:43 +0200 Subject: [PATCH] Add links to service cards (closes #11) --- assets/style.css | 5 +++++ layouts/partials/services.html | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 308563a..8cfec9e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -822,6 +822,11 @@ video { line-height: 2.25rem; } +.text-xs { + font-size: 0.75rem; + line-height: 1rem; +} + .font-bold { font-weight: 700; } diff --git a/layouts/partials/services.html b/layouts/partials/services.html index a5922f0..6f3580d 100644 --- a/layouts/partials/services.html +++ b/layouts/partials/services.html @@ -8,8 +8,11 @@ {{ end }}

{{ .Title }}

- {{ .Params.description | safeHTML }} → + {{ .Params.description | safeHTML }}
+

+ Číst více → +

{{ end }}