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%7Bprefix%7D%7D/static/%7B%7B%20web_path%20%7D%7D/decks/%27%29;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20chunks.push%28escapeHTML%28span%5B2%5D%29%29;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20chunks.push%28%27?a=commitdiff_plain;h=HEAD;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;