From af75745ecc1e54c93ffa9ebd6dd562f8c621f49c Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Mon, 13 Dec 2021 16:06:50 +0000
Subject: [PATCH] fix: image width portfolio

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

diff --git a/README.md b/README.md
index 69791f2..abb4752 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@
 - Pagination
 - Multilingual
 - RTL support
+- Portfolio (optional)
 - Post Thumbnails (optional)
 - 100⁄100 Google Lighthouse score
 - Google Analytics (optional)
diff --git a/assets/css/style.css b/assets/css/style.css
index 297ee06..e82af73 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -955,7 +955,7 @@
 }
 
 .box-image img {
-  width: 100%;
+  min-width: 100%;
   box-shadow: #000;
   overflow: hidden;
   transition: box-shadow 0.3s ease;

--
Gitblit v1.10.0