This repository has been archived on 2024-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
blog.polynom.me/assets/css/blog.css

19 lines
243 B
CSS

img {
/* Prevent images in blog posts from getting too big */
max-width: 800px;
}
.post-list-item {
display: block;
max-width: 800px;
}
.post {
display: block;
max-width: 800px;
}
.post-title {
color: #3498db;
}