From 3b4ae3e5982f0172cfaf45fbce7a847f34aaa780 Mon Sep 17 00:00:00 2001 From: Thomas Litfin Date: Tue, 29 Jul 2025 18:03:05 +1000 Subject: [PATCH] fix landing page wrapping on small screens --- _includes/video-list-columns.html | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/_includes/video-list-columns.html b/_includes/video-list-columns.html index 064b594..affc70c 100644 --- a/_includes/video-list-columns.html +++ b/_includes/video-list-columns.html @@ -1,9 +1,9 @@ -
-
+
+
-
+
    {% assign items = include.list | split: "|" %} {% for item in items %} @@ -11,5 +11,25 @@ {% endfor %}
-
- \ No newline at end of file +
+ + \ No newline at end of file