Fixed featured posts not centered if small

This commit is contained in:
Marcin Kurczewski 2014-10-04 22:04:20 +02:00
parent 94aec9cc0e
commit 547c6e56d3

View file

@ -12,6 +12,7 @@
#home .post { #home .post {
text-align: left; text-align: left;
margin: 0 auto; margin: 0 auto;
display: inline-block;
max-width: 60%; max-width: 60%;
} }
#home .post .left { #home .post .left {