From 1e56ec014ac3e5799aa47d73665ffeecf7b0d8f4 Mon Sep 17 00:00:00 2001 From: Richard Wong Date: Fri, 10 Nov 2023 08:18:36 +0900 Subject: [PATCH] Feat: make child boxes slightly smaller to fit in VerseValidator box --- src/VerseSampler.jsx | 2 +- src/VerseValidator.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/VerseSampler.jsx b/src/VerseSampler.jsx index 3452812..e822256 100644 --- a/src/VerseSampler.jsx +++ b/src/VerseSampler.jsx @@ -212,7 +212,7 @@ function App() {
-

last updated: November 9, 2023

+

last updated: November 10, 2023

); diff --git a/src/VerseValidator.css b/src/VerseValidator.css index 9a20dec..f85160a 100644 --- a/src/VerseValidator.css +++ b/src/VerseValidator.css @@ -9,7 +9,7 @@ /*padding: 5px;*/ height: 3vh; display: block; - width: 100%; + width: 99%; border: 0; border-radius: 5px; font-size: 15px; @@ -19,7 +19,7 @@ /*padding: 5px;*/ height: 3vh; display: block; - width: 100%; + width: 99%; border: 0; border-radius: 5px; font-size: 15px; @@ -30,7 +30,7 @@ /*padding: 5px;*/ height: 10vh; display: block; - width: 100%; + width: 99%; border: 0; border-radius: 5px; font-size: 15px;