From 44745037c47a620bcfd396312055f8abac76957c Mon Sep 17 00:00:00 2001 From: augusto <93066036+alpheratz0@users.noreply.github.com> Date: Sat, 2 Jul 2022 14:57:59 -0300 Subject: [PATCH] make search results numbered (#809) --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 20ae794..fcdcb50 100644 --- a/static/style.css +++ b/static/style.css @@ -172,7 +172,7 @@ button#clear-search:hover { .matched-recipe { font-size: x-large ; - display: block !important ; + display: list-item !important ; } .list-searched {