From 0327fdb8d86791709bb6bb408b04d7889ed1d1d5 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 3 Jul 2021 21:09:00 +0200 Subject: [PATCH] Style results as cards --- templates/index.html | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/templates/index.html b/templates/index.html index 272a058..cea450f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,6 +6,7 @@ {% block extrahead %} {% endblock %} @@ -33,8 +45,11 @@ ul.results li:nth-child(odd) { background-color: #eee; }