diff --git a/index.html b/index.html index cf61121..348c8be 100644 --- a/index.html +++ b/index.html @@ -2,13 +2,13 @@ - + - Vite + React + Scripture Memory Tester
diff --git a/public/droplet.svg b/public/droplet.svg new file mode 100644 index 0000000..c2b0829 --- /dev/null +++ b/public/droplet.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/VerseValidator.css b/src/VerseValidator.css index f85160a..edbed21 100644 --- a/src/VerseValidator.css +++ b/src/VerseValidator.css @@ -1,26 +1,28 @@ +.App { + max-width: 400px; +} .VerseValidator { - padding: 5px; - border: 1px; - border-style: solid; - max-width: 618px; + padding-block: 1px 10px; + border-top: 1px solid black; + max-width: 400px; } .title-box { /*padding: 5px;*/ - height: 3vh; + height: 5vh; display: block; width: 99%; - border: 0; + border: 1px solid grey; border-radius: 5px; font-size: 15px; } .chapter-title-box { /*padding: 5px;*/ - height: 3vh; + height: 5vh; display: block; width: 99%; - border: 0; + border: 1px solid grey; border-radius: 5px; font-size: 15px; } @@ -31,7 +33,7 @@ height: 10vh; display: block; width: 99%; - border: 0; + border: 1px solid grey; border-radius: 5px; font-size: 15px; }