From 23355e72922c84db814d705f4e0653717950d2fd Mon Sep 17 00:00:00 2001 From: Eunki Hong Date: Wed, 3 Apr 2024 03:08:33 +0900 Subject: [PATCH] Resolve some typo error + Accessibility scale-up allow Signed-off-by: Eunki Hong --- gallery_more.html | 2 +- index.html | 2 +- styles/style_main.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gallery_more.html b/gallery_more.html index b3086e3..0fc8273 100644 --- a/gallery_more.html +++ b/gallery_more.html @@ -11,7 +11,7 @@
-

More images! (Swipe left to right)

+

More images! (Swipe left to right / top to bottom)

diff --git a/index.html b/index.html index fa13f87..19f23d9 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + diff --git a/styles/style_main.css b/styles/style_main.css index 9399a49..c6e1419 100644 --- a/styles/style_main.css +++ b/styles/style_main.css @@ -288,7 +288,7 @@ span { gap: 10px; margin: 15px; width:100%; - max-width: 340px; + max-width: 340px; } .Account > .Line { min-width: 120px; @@ -313,7 +313,7 @@ span { flex-direction: row; justify-content: flex-start; display: inline-flex; - flex-wrap: wrap; + flex-wrap: wrap; gap: 10px; }