mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
UX: center align community title text in mobile
This commit is contained in:
parent
d31cc98ea7
commit
6bdd5107a6
@ -21,6 +21,11 @@
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
text-overflow: clip;
|
||||
display: table;
|
||||
a {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
.icons {
|
||||
|
Loading…
Reference in New Issue
Block a user