From 9a89a3db6ff20790f890d813e5ebf94f88285031 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 3 Nov 2023 15:39:11 +0000 Subject: [PATCH] Use bootstrap grid instead of table Looks better on mobile Closes: #47 --- templates/index.html | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/templates/index.html b/templates/index.html index e3c8969..e458aaa 100644 --- a/templates/index.html +++ b/templates/index.html @@ -113,30 +113,29 @@

Agenda

- {% for event in events %} - - - - + - - + + {% endfor %} -
- {{event.as_date.strftime("%a, %d, %b %Y")}} - +
+
+ {{event.as_date.strftime("%a, %d, %b")}} +   +   {{event.display_time or ""}} -
+   +   {{event.display_timezone or ""}} - + + +
{{ event.delta_days(today) }} -

Space launches

{% for launch in rockets %}