From 3a1f76d9da5057520e36713599f2dead2fe1432d Mon Sep 17 00:00:00 2001 From: Richard Wong Date: Fri, 10 Nov 2023 01:30:07 +0900 Subject: [PATCH] Fix: width of 620 is still too big, 618 is better --- src/VerseValidator.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VerseValidator.css b/src/VerseValidator.css index 0ef7f2e..9a20dec 100644 --- a/src/VerseValidator.css +++ b/src/VerseValidator.css @@ -2,7 +2,7 @@ padding: 5px; border: 1px; border-style: solid; - max-width: 620px; + max-width: 618px; } .title-box {