diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-13 19:59:06 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-13 22:41:09 +0200 |
commit | 4c5d2e4afe02479dcfb770fa1d6cfccb499e4fff (patch) | |
tree | 9206a2c5472c5c1480ad5c035b776a74d74a602f /views/games_active.pug | |
parent | 5cdc7862b20c8642a235e8ea46686939e5f6032a (diff) | |
download | server-4c5d2e4afe02479dcfb770fa1d6cfccb499e4fff.tar.gz |
Clean up stylesheet and improve layout on small and large screens.
Use variables for color theming.
Diffstat (limited to 'views/games_active.pug')
-rw-r--r-- | views/games_active.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/games_active.pug b/views/games_active.pug index 9e4b909..a65f9be 100644 --- a/views/games_active.pug +++ b/views/games_active.pug @@ -11,7 +11,7 @@ html meta(http-equiv="refresh" content=600) body include header - article + article.wide h1 Your games if open_games.length > 0 |