From: Geoffrey Allott Date: Sun, 28 Mar 2021 21:16:56 +0000 (+0100) Subject: add graphics for holdem and whist X-Git-Url: https://git.pointlesshacks.com/?a=commitdiff_plain;h=f3c064aa5198ec3374d098ed3737012c0a5136b8;p=pokerwave.git add graphics for holdem and whist --- 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; }