diff --git a/static/games_page.css b/static/games_page.css index 999f63f..b5a2453 100644 --- a/static/games_page.css +++ b/static/games_page.css @@ -82,7 +82,7 @@ h2 { .body { margin: 10px; display: grid; - grid-template-columns: 3fr 2fr; + grid-template-columns: 60% 40%; grid-template-areas: "scores info" "players players" @@ -119,6 +119,7 @@ h2 { padding-top: 8px; padding-bottom: 4px; margin-left: 15%; + margin-right: 10px; border-radius: 4px; } @@ -156,8 +157,10 @@ h2 { .score { background: #4f545c; /*discord's background-accent*/ width: 40px; + min-width: 40px; height: 40px; border-radius: 20px; + margin-left: 10px; } .players { diff --git a/templates/game.html b/templates/game.html new file mode 100644 index 0000000..e12a2e4 --- /dev/null +++ b/templates/game.html @@ -0,0 +1,55 @@ +