From e619500e1a7668c82e002713f1ef15fa2568e277 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sat, 2 Sep 2023 09:59:16 +0700 Subject: Add max width for image --- assets/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/theme.css b/assets/css/theme.css index 1c10e99..f93b197 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -2,6 +2,10 @@ --column-width: 80ch; } +img { + max-width: 100%; +} + a.skip-main { left: 0; position: absolute; -- cgit 1.4.1