From 3de203c2dc7f93c48a23b5aed51927d5dd848312 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Wed, 22 Apr 2020 18:25:14 +0000
Subject: [PATCH] 🔳 Max Width for images in posts

---
 static/css/style.css |    3 +++
 README.md            |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 7e3eff8..129e3da 100644
--- a/README.md
+++ b/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/)
 
diff --git a/static/css/style.css b/static/css/style.css
index e18e947..43b4e79 100644
--- a/static/css/style.css
+++ b/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;

--
Gitblit v1.10.0