summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-05-26 21:03:56 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-05-26 21:03:56 -0400
commita5290dbe0fbdb6d171c77f3de159a05e9d928722 (patch)
treea2304562e46e0bea876fdddb306c946b1f9e64b5
parentbac8117f60616289ea15180051745ffb40e458d1 (diff)
center filtered list
-rw-r--r--static/style.css2
1 files changed, 2 insertions, 0 deletions
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: "🍺" ;}