mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
22.25.2020 3de203c2dc7f93c48a23b5aed51927d5dd848312
🔳 Max Width for images in posts
2 files modified
5 ■■■■ changed files
README.md 2 ●●● patch | view | raw | blame | history
static/css/style.css 3 ●●●●● patch | view | raw | blame | history
README.md
@@ -1,4 +1,4 @@
![](https://github.com/lxndrblz/anatole/blob/master/images/screenshot.png)
![](https://raw.githubusercontent.com/lxndrblz/anatole/blob/master/images/screenshot.png)
# Anatole ![](https://img.shields.io/badge/license-MIT-blue.svg) [![Netlify Status](https://api.netlify.com/api/v1/badges/ee7a5df4-b944-4e03-853d-39219c96d484/deploy-status)](https://alexbilz.com/)
static/css/style.css
@@ -310,6 +310,9 @@
  color: #5F5F5F;
  font-size: 16px;
}
.post .post-content img {
  max-width: 100%;
}
.post .post-footer {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #f2f2f2;