From ed36170eb7c160e66d390b1ff59db6d8e63d6e8a Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 17 Jan 2024 12:41:45 +0000 Subject: [PATCH] Shift maps over a bit to make it easier to scroll the page --- templates/trip_list.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/templates/trip_list.html b/templates/trip_list.html index f4b8e6e..22f2f56 100644 --- a/templates/trip_list.html +++ b/templates/trip_list.html @@ -93,10 +93,19 @@

Trips

-
+
+
+
+
+
+
{{ section("Current", current, "attending") }} {{ section("Future", future, "going") }} -
+
+
+
+
+
{{ section("Past", past|reverse, "went") }}
{% endblock %}