From 275e59a780ec4d6b8d7cf0fe2b99583620bf45be Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 10 Sep 2017 09:35:22 +0100 Subject: [PATCH] Fix sidebar width on mobile --- source/_layouts/default.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index fe094e85..a1eeaae3 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -37,7 +37,7 @@ {% block sidebar_wrapper %} -
+
{% block sidebar %} {% include 'badges' %} {% include 'availability' %}