diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-21 17:32:27 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-21 17:32:27 +0300 |
commit | d942ec6d20b5d0384f5daca3729095970e2ca32f (patch) | |
tree | de52155558a0e937424e26fbfb4646dbb4e8f741 | |
parent | 056c7e76ea8771645ae853a29614336bf9aff88a (diff) | |
download | VoidNet_Site-d942ec6d20b5d0384f5daca3729095970e2ca32f.tar.gz VoidNet_Site-d942ec6d20b5d0384f5daca3729095970e2ca32f.tar.zst |
Changed table to be responsive
-rw-r--r-- | wizardbot/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wizardbot/index.html b/wizardbot/index.html index f04ceaa..344a034 100644 --- a/wizardbot/index.html +++ b/wizardbot/index.html @@ -48,7 +48,8 @@ Programming language the bot is written in: C <b>List of WizardBot commands</b> <hr width="90%"></hr> <br/> -<table class="table table-striped table-dark table-bordered w-75"> +<div class="table-responsive"> +<table class="table table-striped table-dark table-bordered w-100"> <tr> <thead> <th>Command</th> @@ -130,6 +131,7 @@ Programming language the bot is written in: C </tr> </tbody> </table> +</div> </span> </center> <br/> |