From 49fb3e85798dc4e8956e24465747bc89ca2366ba Mon Sep 17 00:00:00 2001 From: Donghyun Kim Date: Wed, 18 Sep 2024 23:59:22 +0900 Subject: [PATCH] Shrink the homepage image a bit --- documentation/overrides/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/overrides/home.html b/documentation/overrides/home.html index 4035ad35..29bf45eb 100644 --- a/documentation/overrides/home.html +++ b/documentation/overrides/home.html @@ -41,7 +41,7 @@ box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.4); margin-bottom: 24px; width: 400px; - max-width: 72svw !important; + max-width: 60svw !important; outline: 1px solid rgba(122, 122, 122, 1); outline-offset: -1px; filter: grayscale();