From 228ffd255c53be27fefae83b153d447a1690af7c Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Fri, 18 Sep 2020 07:59:11 +0000
Subject: [PATCH] Alternative suggestion

---
 assets/css/style.css |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/assets/css/style.css b/assets/css/style.css
index adf8eef..3a1a2b7 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -488,6 +488,16 @@
     max-height: 100%;
 }
 
+.post-thumbnail {
+    width: 100%;
+    padding-bottom: 1em;
+    height: auto;
+}
+
+.post-thumbnail img {
+    width: 100%;
+}
+
 .pagination {
     margin: 30px;
     padding: 0px 0 56px 0;

--
Gitblit v1.10.0