From bbe573fb1b8d1ebd933d5dd35a3f4fb197af9bca Mon Sep 17 00:00:00 2001 From: user Date: Thu, 28 Aug 2025 01:48:35 +0900 Subject: [PATCH] Add meta viewport for responsiveness and ensure images are fully responsive --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 126c53d..4c1f8a8 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,8 @@ Omacom: Opinionated Linux + + @@ -28,6 +30,7 @@ padding-top: 2rem; } img { + width: 100%; max-width: 500px; } .links {