This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/articles/static/style.css

11 lines
158 B
CSS

.content {
max-width: 640px;
margin-left: auto;
margin-right: auto;
font-family: Arial, sans-serif;
}
.content img {
max-width: 640px;
}