Feat: make child boxes slightly smaller to fit in VerseValidator box

This commit is contained in:
Richard Wong 2023-11-10 08:18:36 +09:00
parent 3a1f76d9da
commit 1e56ec014a
Signed by: richard
GPG Key ID: 5BD36BA2E9EE33D0
2 changed files with 4 additions and 4 deletions

View File

@ -212,7 +212,7 @@ function App() {
<hr />
<p><x-small>last updated: November 9, 2023</x-small></p>
<p><x-small>last updated: November 10, 2023</x-small></p>
</div>
);

View File

@ -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;