Skip to content

Commit

Permalink
Fixed website
Browse files Browse the repository at this point in the history
  • Loading branch information
otidev committed Dec 2, 2023
1 parent 99fbadf commit 570be86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added docs/biblelogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -21,7 +21,7 @@
</head>
<body>
<div class="image">
<img id="logo" src="../icons/biblelogo.png" alt="Logo">
<img id="logo" src="biblelogo.png" alt="Logo">
</div>
<div class="text">
<h1><a href="https://github.com/otidev/bible">Bible</a></h1>
Expand Down

0 comments on commit 570be86

Please sign in to comment.