From bd239c34dd14197463c7f31ce6b2440962b40e0d Mon Sep 17 00:00:00 2001 From: George Cushen Date: Wed, 25 May 2016 21:05:39 +0100 Subject: [PATCH] Improve CSS responsiveness of Biography --- layouts/partials/home_biography.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/home_biography.html b/layouts/partials/home_biography.html index f1a7c4b7..fc0e3f67 100644 --- a/layouts/partials/home_biography.html +++ b/layouts/partials/home_biography.html @@ -36,7 +36,7 @@
{{ if isset .Site.Params.about "interests" }} -
+

{{ with .Site.Params.about.str_interests }}{{ . | markdownify }}{{ end }}

    {{ range .Site.Params.about.interests }} @@ -47,7 +47,7 @@ {{ end }} {{ if isset .Site.Params.about "education" }} -
    +

    {{ with .Site.Params.about.str_education }}{{ . | markdownify }}{{ end }}

      {{ range .Site.Params.about.education }}