From 018dd0fad075dcdac023b4a6c4f85018d2a0f440 Mon Sep 17 00:00:00 2001 From: Rafael Bardini Date: Sun, 26 Jul 2020 00:05:15 +0200 Subject: [PATCH] Wrap tag lists --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 62adff0..586d60e 100644 --- a/style.css +++ b/style.css @@ -178,6 +178,7 @@ section { .tag-list { display: flex; + flex-wrap: wrap; list-style: none; padding: 0; }