diff --git a/dist/web/source/index.html b/dist/web/source/index.html
index 7e925cd37..a3ce70122 100644
--- a/dist/web/source/index.html
+++ b/dist/web/source/index.html
@@ -62,7 +62,7 @@
-

+
A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
Available both natively and on the web
ImHex runs directly in your web browser with the help of Emscripten and WebAssembly.
diff --git a/dist/web/source/style.css b/dist/web/source/style.css
index 98a4442a3..088105662 100644
--- a/dist/web/source/style.css
+++ b/dist/web/source/style.css
@@ -137,7 +137,7 @@ a:hover {
:root {
- --progress: 25%;
+ --progress: 0%;
}
.progress-bar-container {
@@ -174,4 +174,9 @@ a:hover {
.progress-moved .progress-bar {
width: var(--progress);
background-color: #3864cb;
+}
+
+#logo {
+ width: 25%;
+ margin-top: 50px;
}
\ No newline at end of file