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/App.js | 34 ++++++++++++++++++++++++++++++++++ src/Card.css | 7 +++++++ 2 files changed, 41 insertions(+) (limited to 'src') diff --git a/src/App.js b/src/App.js index e7137a2..4abd1e4 100644 --- a/src/App.js +++ b/src/App.js @@ -32,6 +32,40 @@ function App() { +
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ +
); } 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