From 4c5d2e4afe02479dcfb770fa1d6cfccb499e4fff Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 13 Oct 2023 19:59:06 +0200 Subject: Clean up stylesheet and improve layout on small and large screens. Use variables for color theming. --- views/game_stats.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/game_stats.pug') diff --git a/views/game_stats.pug b/views/game_stats.pug index a60d7cb..692c30b 100644 --- a/views/game_stats.pug +++ b/views/game_stats.pug @@ -9,7 +9,7 @@ html article h1 #{title_name} - Ranking - table(style="min-width:auto") + table.striped thead tr th Player -- cgit v1.2.3