diff options
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; } |
