diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-09-06 21:19:32 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-09-06 21:19:32 -0400 |
commit | 92c68e821ee381ee2aa52bdfcbaebdccc76f0870 (patch) | |
tree | 80815947cc557cef07edf695b54370391ec51368 /webapp/src/default.css | |
parent | c19d8d2d475d12b45b85e44682f39aaa70923d74 (diff) |
Set up initial shared (empty) bidding state
Diffstat (limited to 'webapp/src/default.css')
-rw-r--r-- | webapp/src/default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/src/default.css b/webapp/src/default.css index 7e34b66..724cce9 100644 --- a/webapp/src/default.css +++ b/webapp/src/default.css @@ -65,8 +65,10 @@ body { .bidding-table { max-width: 250px; + min-height: 50px; display: grid; grid-template-columns: repeat(4, 1fr); + grid-template-rows: min-content; border: 2px solid #000; border-radius: 10px; background-color: #eee; |