From b9f608164dbc1f413751c2b556991bbe092f54cc Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Fri, 13 Nov 2020 21:21:14 -0500 Subject: Populate the rest of the data with some niceish styling --- src/Card.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Card.css') 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%; + } } -- cgit v1.2.3