From 1e27ce5045ca0d668185d7024df827945968f6d7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 12 Sep 2017 07:24:59 +0100 Subject: [PATCH] Add max width to company logo --- source/_includes/project/image.html.twig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_includes/project/image.html.twig b/source/_includes/project/image.html.twig index 9595fcb0..5e716d81 100644 --- a/source/_includes/project/image.html.twig +++ b/source/_includes/project/image.html.twig @@ -1,3 +1,6 @@ {% if page.image -%} - {{ page.image.alt }} + {{ page.image.alt }} {%- endif %}