From cffaa3ee66bb92881737e2c59c5ccd28019d1d94 Mon Sep 17 00:00:00 2001 From: lauren Date: Mon, 20 Sep 2021 11:08:39 -0400 Subject: [PATCH] fix responsive styling --- hunt/templates/main/index.html | 43 +++++++++++++++++----------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/hunt/templates/main/index.html b/hunt/templates/main/index.html index 0f148fc..ae03b70 100644 --- a/hunt/templates/main/index.html +++ b/hunt/templates/main/index.html @@ -44,29 +44,30 @@
{% for challenge, status in challenges.items %} {% if status.0.unblocked %} -
-
-

{{ status.0.name }}

-

Points: {{ status.0.points }}

-
- {% else %}