UX: post count should be right aligned in /categories page

This commit is contained in:
Régis Hanol 2016-08-29 10:52:22 +02:00
parent 5833e96017
commit 6c8e6e9d2a

View File

@ -154,6 +154,7 @@
.topic-list {
.posts {
width: 100%;
text-align: right;
margin-bottom: 10px;
}