diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-09-06 21:06:04 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-09-06 21:06:15 -0400 |
commit | c19d8d2d475d12b45b85e44682f39aaa70923d74 (patch) | |
tree | fedeff55c02ba9f7a26e1f0807c3c38e2f0771e7 /webapp/src/default.css | |
parent | 397214caf0fe46cb1cd455908a67d36a931e7ec4 (diff) |
Refactor current_bid handling in bidding box
Align with representation used by the engine
Diffstat (limited to 'webapp/src/default.css')
-rw-r--r-- | webapp/src/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/src/default.css b/webapp/src/default.css index e76ca28..7e34b66 100644 --- a/webapp/src/default.css +++ b/webapp/src/default.css @@ -19,7 +19,7 @@ body { .card { min-width: 30px; - min-height: 100px; + min-height: 80px; border: 1px solid #000; transition: 0.1s; font-family: Helvetica, sans-serif; @@ -27,6 +27,7 @@ body { padding: 3px; background-color: #fcfcf0; color: #000; + line-height: 90%; } .card div { |