From adba4d6591b7d446dbd42666ee97475a12c15b6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20G=C3=B6bel?= <dgoebel@techfak.uni-bielefeld.de>
Date: Tue, 17 Sep 2024 12:58:39 +0000
Subject: [PATCH] Restrict image widths with max-width

#154
---
 src/assets/base.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/assets/base.css b/src/assets/base.css
index 6cfda8b..459bda1 100644
--- a/src/assets/base.css
+++ b/src/assets/base.css
@@ -70,4 +70,8 @@ header {
     --bs-box-shadow-lg: 0 1rem 3rem rgba(150, 150, 150, .575);
     --bs-box-shadow-inset: inset 0 1px 2px rgba(150, 150, 150, .475);
     --color-header: rgb(204, 129, 0);
-}
\ No newline at end of file
+}
+
+img {
+    max-width: 100%;
+}
-- 
GitLab