aboutsummaryrefslogtreecommitdiff
path: root/src/Card.css
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2020-11-13 21:21:14 -0500
committerGalen Guyer <galen@galenguyer.com>2020-11-13 21:21:14 -0500
commitb9f608164dbc1f413751c2b556991bbe092f54cc (patch)
treeba160f5dbac63ba319a82cbab777cf063becdd35 /src/Card.css
parent7c69c7207d9754130a84619d910feaf66754dd04 (diff)
Populate the rest of the data with some niceish styling
Diffstat (limited to 'src/Card.css')
-rw-r--r--src/Card.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Card.css b/src/Card.css
index 68d41ed..745a7c8 100644
--- a/src/Card.css
+++ b/src/Card.css
@@ -1,3 +1,10 @@
.Card {
padding: 16px;
+ width: 50%;
+}
+
+@media screen and (min-width: 1080px) {
+ .Card {
+ width: 20%;
+ }
}