From 5deaf696f1b419c5b9dc206eb9ae757c00898118 Mon Sep 17 00:00:00 2001 From: STDquantum <405720329@qq.com> Date: Sat, 24 Aug 2024 03:09:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 37de24a..de5ec1d 100644 --- a/index.html +++ b/index.html @@ -20,11 +20,17 @@ padding: 10px; } - h1, h2, p { + h1, + h2, + p { word-wrap: break-word; max-width: 100%; margin: 10px 0; } + + img { + max-width: 96%; + }