From 06d031b32d8994077a21ee4f53dd1650c478284f Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 11 May 2023 03:30:00 -0400 Subject: [PATCH] update --- static/css/theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index 4b663ac..77108bd 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -278,6 +278,9 @@ article h1 {} } .post-tags{ max-width:80%; + display:flex; + flex-direction: row; + flex-wrap: wrap; } .post-tags a { margin: 5px;