From b230d77cb91385decdc7a8446f458513003ef09e Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 8 Jul 2024 23:55:01 +0100 Subject: fix image width styling --- style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'style.css') diff --git a/style.css b/style.css index 1587ecf..d8c9c49 100644 --- a/style.css +++ b/style.css @@ -27,6 +27,7 @@ h1 { img { border: 4px solid #e8cdcf; + max-width: 100%; } hr { -- cgit