File size: 168 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
.post {
max-width: 1000px;
margin: 0 auto;
padding: 30px;
}
.title {
text-align: center;
}
.author {
text-align: center;
color: #666;
margin: 30px 0;
}
|