From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 15 Nov 2020 18:54:30 +0000 (+0100)
Subject: Fix single-card view CSS.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/static/%7B%7B%20web_path%20%7D%7D/%7B%7Bdb.prefix%7D%7D/todo?a=commitdiff_plain;h=6e895b5e460437f0c2f071d2f81ffffb56019e4b;p=guiltcards

Fix single-card view CSS.
---

diff --git a/views/_card.css b/views/_card.css
index 0d6bc15..dfa4080 100644
--- a/views/_card.css
+++ b/views/_card.css
@@ -1,8 +1,6 @@
 .card {
     box-sizing: border-box;
     border: 30px solid #aaaaaa;
-    width: 200px;
-    height: 400px;
 }
 .answers {
     list-style-type: none;