diff options
Diffstat (limited to 'wizardbot')
-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/> |