From cc6f16fbb4d7111e675f2da8260196f9a40fc31e Mon Sep 17 00:00:00 2001 From: Fahmi Date: Thu, 24 Oct 2019 20:07:06 -0400 Subject: [PATCH 1/2] Fix the playlist styling --- src/App.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 6e7460a..826aadd 100644 --- a/src/App.css +++ b/src/App.css @@ -23,8 +23,11 @@ } .cards-container { - display: flex; flex-direction: row; align-items: center; justify-content: center; } + +h3 { + color: #fff; +} \ No newline at end of file From 01c3916dfacbe6c6112482dd69a0b6a8899a327b Mon Sep 17 00:00:00 2001 From: Fahmi Date: Thu, 24 Oct 2019 20:08:04 -0400 Subject: [PATCH 2/2] Added new video --- src/App.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/App.js b/src/App.js index 51fbe5a..324c967 100644 --- a/src/App.js +++ b/src/App.js @@ -44,6 +44,14 @@ const App = () => { />

Added by: Gabriel Boorse

+
+ +

Added by: Fahmi

+
)