Feat: make child boxes slightly smaller to fit in VerseValidator box
This commit is contained in:
parent
3a1f76d9da
commit
1e56ec014a
|
@ -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>
|
||||
);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue