diff --git a/app/assets/stylesheets/components/topics.css b/app/assets/stylesheets/components/topics.css index f80e4f1..10d410a 100644 --- a/app/assets/stylesheets/components/topics.css +++ b/app/assets/stylesheets/components/topics.css @@ -89,6 +89,12 @@ } } +.topic-meta { + & span { + padding-right: var(--spacing-2); + } +} + .topic-link { color: var(--color-text-link); text-decoration: none;