From a135acf943ba0fc442dca69f43339921728b1ed4 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 22 Jun 2023 15:35:18 +0100 Subject: implement blog tag filtering --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 889c6ff..bf3f649 100644 --- a/static/style.css +++ b/static/style.css @@ -329,9 +329,9 @@ iframe { } .tags { - display: flexbox; + display: flex; flex-wrap: wrap; - gap: 0.5em; + gap: 1em; } .tags a { -- cgit