Left align users

This commit is contained in:
Joey Yakimowich-Payne 2020-03-17 20:05:22 -06:00 committed by Dominik Picheta
commit 3adba32f1f
2 changed files with 6 additions and 2 deletions

View file

@ -301,10 +301,14 @@ $threads-meta-color: #545d70;
}
}
.thread-replies, .thread-time, .thread-users, .views-text, .centered-header {
.thread-replies, .thread-time, .views-text, .centered-header {
text-align: center;
}
.thread-users {
text-align: left;
}
.thread-time {
color: $threads-meta-color;