From 5357347af98f0db8814eae2906e01a8b051cce1e Mon Sep 17 00:00:00 2001 From: Gyun Lee <gyunini@ajou.ac.kr> Date: Wed, 22 Mar 2023 19:42:29 +0900 Subject: [PATCH] second commit --- public/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/index.css b/public/index.css index a351689..7de9c06 100644 --- a/public/index.css +++ b/public/index.css @@ -29,8 +29,10 @@ p { } img { - width: 300px; - height: 300px; + min-width: 200px; + min-height: 200px; + max-width: 600px; + max-height: 500px; display: block; margin: auto; } -- GitLab