diff --git a/WebHostLib/static/styles/minecraftTracker.css b/WebHostLib/static/styles/minecraftTracker.css index 1d3647b3..45b8a381 100644 --- a/WebHostLib/static/styles/minecraftTracker.css +++ b/WebHostLib/static/styles/minecraftTracker.css @@ -9,7 +9,7 @@ border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 3px 3px 10px; - width: 352px; + width: 384px; background-color: #42b149; } @@ -45,7 +45,7 @@ } #location-table{ - width: 352px; + width: 384px; border-left: 2px solid #000000; border-right: 2px solid #000000; border-bottom: 2px solid #000000; @@ -72,6 +72,7 @@ #location-table td.counter { text-align: right; + font-size: 14px; } #location-table td.toggle-arrow {