diff --git a/scss/_page.scss b/scss/_page.scss index 1ce05b9..e579faf 100644 --- a/scss/_page.scss +++ b/scss/_page.scss @@ -149,8 +149,11 @@ body.ttt { .ttt-tags { flex: 1; display: flex; + flex-wrap: wrap; align-items: stretch; } + + align-items: center; } .tweet { @@ -160,7 +163,7 @@ body.ttt { } .ttt-tag { - margin-right: 0.5em; + margin: 0.25em 0.5em 0.25em 0; } .ttt-link {