Merge pull request #3 from LordMathis/develop-universal

Change post list vertical align
This commit is contained in:
Matúš Námešný 2018-06-18 00:18:52 +02:00 committed by GitHub
commit 1bd025f411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -18,4 +18,7 @@
.postListItem {
margin: 8px;
td {
vertical-align: top;
}
}