From 678d3604bb79bd46b0471c914389aaf7c69a906a Mon Sep 17 00:00:00 2001 From: kyle Date: Sun, 12 Jul 2020 15:25:13 +0100 Subject: [PATCH] Tag styles --- web/styles/project/_tags.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/styles/project/_tags.scss b/web/styles/project/_tags.scss index a10346d9..85425f82 100644 --- a/web/styles/project/_tags.scss +++ b/web/styles/project/_tags.scss @@ -36,5 +36,9 @@ } .tag { display: inline-block; + min-width: 80px; + .flex-row { + justify-content: center; + } } }