summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html
index a218b6d..73c0b3f 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
<title>Home - VoidNet</title>
<html>
<body>
-<nav class="navbar navbar-dark dark_navbar navbar-expand-lg mb-4 shadow">
+<nav class="navbar navbar-dark dark_navbar navbar-expand-lg mb-2 shadow">
<div class="container-fluid">
<img class="navbar_logo" src="img/voidnet_logo.png"></img>
<hr width="20px" height="0px"></hr>
@@ -35,7 +35,8 @@
</div>
</div>
</nav>
-<div class="container w-75 mb-4 content_box shadow rounded-2">
+<div class="container-fluid">
+<div class="container-fluid w-100 mb-4 content_box shadow rounded-2">
<center>
<img src="img/voidnet_logo.png" width="128px" height="128px"></img>
<br/>
@@ -52,5 +53,6 @@ The <a href="about.html">about page</a> has information what VoidNet is about.
</center>
<br/>
</div>
+</div>
</body>
</html> \ No newline at end of file