aed60da6f9
- Thumbs are 150x150 - Centered main content
9 lines
94 B
CSS
9 lines
94 B
CSS
.post {
|
|
margin: 0.5em;
|
|
}
|
|
.posts-wrapper {
|
|
text-align: center;
|
|
}
|
|
.posts {
|
|
margin: 0 auto;
|
|
}
|