From 3df7c24e94fd0b58cc889194428976a60692f65f Mon Sep 17 00:00:00 2001 From: bucketfishy Date: Sun, 10 Nov 2024 12:49:38 +0800 Subject: [PATCH] update for mobile layout --- projects/drawing/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projects/drawing/index.html b/projects/drawing/index.html index d9b856c..b7e9742 100644 --- a/projects/drawing/index.html +++ b/projects/drawing/index.html @@ -48,6 +48,12 @@ /* height: 25vw; */ } + @media (max-width: 475px) { + .person { + width: 100%; + } + } +