diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-09-04 17:22:36 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-09-04 17:22:36 -0400 |
commit | b7180143745c5ebe571936b0116cca403d082e8d (patch) | |
tree | f61ba100b46e7aca1f05d082706c81be95fb2990 /webapp/src/default.css | |
parent | 2f310f54829cb368f407373eb95cd4512992ba9e (diff) |
Display a full deck of shuffled cards
Diffstat (limited to 'webapp/src/default.css')
-rw-r--r-- | webapp/src/default.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/src/default.css b/webapp/src/default.css index f9cf32c..d2b3a10 100644 --- a/webapp/src/default.css +++ b/webapp/src/default.css @@ -18,13 +18,13 @@ body { } .card { - width: 80px; - height: 160px; + min-width: 30px; + min-height: 100px; border: 1px solid #000; transition: 0.1s; font-family: Helvetica, sans-serif; font-size: 30px; - padding: 10px; + padding: 3px; background-color: #fcfcf0; color: #000; } |