diff --git a/docs/biblelogo.png b/docs/biblelogo.png new file mode 100644 index 0000000..f1f9dc7 Binary files /dev/null and b/docs/biblelogo.png differ diff --git a/docs/index.html b/docs/index.html index e07d5cc..3edfb3b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,9 +7,9 @@ h1 {font-size: 40px} h2 {font-size: 30px} p {font-size: 20px} - img {max-width: 30%; max-height: 30%} - .text {padding-left: 50%; top: 50%; position: absolute; transform: translate(0, -50%)} - .image {top: 50%; position: absolute; transform: translate(0, -50%)} + img {max-width: 40%; max-height: 40%} + .text {padding-left: 50%; top: 50%; position: absolute; transform: translate(0, -50%); overflow: auto;} + .image {top: 50%; position: absolute; transform: translate(0, -50%);} #logo {max-width: 75%; height: auto} a:hover {color: gold; transition: 0.2s} a:selected {color: blue; transition: 0.2s} @@ -21,7 +21,7 @@