diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-11-27 21:15:55 +0200 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-11-27 21:15:55 +0200 |
commit | ba3a34cbe74a6011c8b94b85cc34809e78392bc6 (patch) | |
tree | 99b8395a39c227723510d2343b316550271b4df3 /contact.php | |
parent | c513eff53a0e1c4bb99f8e8fd3e805cef90cb55e (diff) | |
download | VoidNet_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 'contact.php')
-rw-r--r-- | contact.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contact.php b/contact.php index 24a333a..e0c273d 100644 --- a/contact.php +++ b/contact.php @@ -10,7 +10,7 @@ <title>Contact - 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">Contact</h1> <?php @@ -77,5 +78,6 @@ if ( $_SERVER['REQUEST_METHOD'] === 'POST' ){ </center> <br/> </div> +</div> </body> </html>
\ No newline at end of file |