Skip to content

Commit 0f76eac

Browse files
authored
Added justify-content: center to .topics-actions (#81)
1 parent fa33166 commit 0f76eac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/assets/stylesheets/components/topics.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ a.topic-icon {
766766

767767
.topics-actions {
768768
display: flex;
769+
justify-content: center;
769770
gap: var(--spacing-3);
770771
padding: var(--spacing-3) var(--spacing-4);
771772
align-items: center;

0 commit comments

Comments
 (0)