aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css4
1 files changed, 2 insertions, 2 deletions
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 {