diff options
Diffstat (limited to 'software.html')
-rw-r--r-- | software.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/software.html b/software.html index fc30dc4..0b9cbc9 100644 --- a/software.html +++ b/software.html @@ -10,7 +10,7 @@ <title>Software - 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> <h1 class="wtext content_title">Software</h1> <span class="wtext content_text"> @@ -59,5 +60,6 @@ This page has list of software created by VoidNet owner or other people who want </center> <br/> </div> +</div> </body> </html>
\ No newline at end of file |