summaryrefslogtreecommitdiff
path: root/flashrunner/index.html
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-11-27 21:15:55 +0200
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-11-27 21:15:55 +0200
commitba3a34cbe74a6011c8b94b85cc34809e78392bc6 (patch)
tree99b8395a39c227723510d2343b316550271b4df3 /flashrunner/index.html
parentc513eff53a0e1c4bb99f8e8fd3e805cef90cb55e (diff)
downloadVoidNet_Site-ba3a34cbe74a6011c8b94b85cc34809e78392bc6.tar.gz
VoidNet_Site-ba3a34cbe74a6011c8b94b85cc34809e78392bc6.tar.zst
Removed unneeded duplicate of .content_text in css file and changed width of div elements
Diffstat (limited to 'flashrunner/index.html')
-rw-r--r--flashrunner/index.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/flashrunner/index.html b/flashrunner/index.html
index f5be1a8..c9c08fd 100644
--- a/flashrunner/index.html
+++ b/flashrunner/index.html
@@ -10,7 +10,7 @@
<title>FlashRunner - 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,10 +35,13 @@
</div>
</div>
</nav>
-<div class="container w-75 mb-4 content_box shadow rounded-2">
+<div class="container-fluid">
+<div class="container-fluid mb-4 content_box shadow w-100">
<center>
<br/>
-<img src="../img/flashrunner.png" width="90%"></img>
+<div class="container-fluid">
+<img src="../img/flashrunner.png" class="img-thumbnail img-fluid"></img>
+</div>
<br/>
<h1 class="wtext content_title">FlashRunner</h1>
<span class="wtext content_text">
@@ -61,5 +64,6 @@ Source code for latest release can be found at <a href="https://voidnet.dy.fi/cg
</center>
<br/>
</div>
+</div>
</body>
</html> \ No newline at end of file