UX: center align community title text in mobile

This commit is contained in:
Sam 2016-03-22 12:44:55 +11:00
parent d31cc98ea7
commit 6bdd5107a6

View File

@ -21,6 +21,11 @@
overflow: hidden;
padding: 0;
text-overflow: clip;
display: table;
a {
display: table-cell;
vertical-align: middle;
}
}
.icons {