This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/public_html/media/css/post-list.css
Marcin Kurczewski aed60da6f9 Changed post list view
- Thumbs are 150x150
- Centered main content
2013-10-20 19:51:49 +02:00

9 lines
94 B
CSS

.post {
margin: 0.5em;
}
.posts-wrapper {
text-align: center;
}
.posts {
margin: 0 auto;
}