diff --git a/WebHostLib/static/styles/hostGame.css b/WebHostLib/static/styles/hostGame.css index e89b3786..82946367 100644 --- a/WebHostLib/static/styles/hostGame.css +++ b/WebHostLib/static/styles/hostGame.css @@ -35,13 +35,17 @@ } #host-game-table th{ - padding: 0; + padding: 0 20px 0 0; } #host-game-table td{ padding: 6px 20px 0 0; } +#host-game-table td.center{ + text-align: center; +} + #host-game-table.dataTable{ width: unset; diff --git a/WebHostLib/templates/hostGame.html b/WebHostLib/templates/hostGame.html index 75aabe99..7505aa7d 100644 --- a/WebHostLib/templates/hostGame.html +++ b/WebHostLib/templates/hostGame.html @@ -31,7 +31,7 @@