From 21bcebd491d0fa4393bb4f2263af446aa67bfedd Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 13 Jun 2022 18:07:04 +0200 Subject: Sort your turn games before others in personal ready and active lists. --- public/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public') diff --git a/public/style.css b/public/style.css index fc70bb7..dd9b49e 100644 --- a/public/style.css +++ b/public/style.css @@ -140,6 +140,7 @@ article hr + p { font-style: italic; } display: grid; grid-template-columns: repeat(auto-fit, minmax(0, 400px)); gap: 24px; + margin: 16px 0; } .game_item { border: 1px solid black; -- cgit v1.2.3