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;