From a5290dbe0fbdb6d171c77f3de159a05e9d928722 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 26 May 2022 21:03:56 -0400 Subject: [PATCH] center filtered list --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index 26400bb..b9c3e1f 100644 --- a/static/style.css +++ b/static/style.css @@ -156,6 +156,8 @@ button.clear-search:hover { .list-searched { column-count: 1 !important ; list-style: decimal ; + max-width: 600px ; + margin: auto ; } #tag_alcohol:before { content: "🍺" ;}