From f3c064aa5198ec3374d098ed3737012c0a5136b8 Mon Sep 17 00:00:00 2001 From: Geoffrey Allott Date: Sun, 28 Mar 2021 22:16:56 +0100 Subject: [PATCH] add graphics for holdem and whist --- site/img/chatroom.svg | 7 +++++-- site/img/holdem.svg | 26 +++++++++++++++++++------- site/img/whist.svg | 10 +++------- site/style/mainmenu.css | 2 ++ 4 files changed, 29 insertions(+), 16 deletions(-) diff --git a/site/img/chatroom.svg b/site/img/chatroom.svg index 60bc366..3691308 100644 --- a/site/img/chatroom.svg +++ b/site/img/chatroom.svg @@ -1,3 +1,6 @@ - - + + + + + diff --git a/site/img/holdem.svg b/site/img/holdem.svg index e5ab9af..43ab09a 100644 --- a/site/img/holdem.svg +++ b/site/img/holdem.svg @@ -1,8 +1,20 @@ - - - - A - ♠ - - + + + + + + + + + + + + + + + + + + + diff --git a/site/img/whist.svg b/site/img/whist.svg index 8f8178d..a024e2d 100644 --- a/site/img/whist.svg +++ b/site/img/whist.svg @@ -1,8 +1,4 @@ - - - - A - ♣ - - + + + diff --git a/site/style/mainmenu.css b/site/style/mainmenu.css index 68a5a71..c444299 100644 --- a/site/style/mainmenu.css +++ b/site/style/mainmenu.css @@ -21,6 +21,7 @@ } .game-format-icon > img { + object-fit: contain; width: 200px; height: 160px; cursor-events: none; @@ -30,5 +31,6 @@ text-align: center; font-family: sans; font-size: 20px; + margin-top: 0px; cursor-events: none; } -- 2.34.1