From 208adfe5d09cf9de14f2979433d85b4b3bc9e719 Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Sun, 11 Oct 2020 15:59:47 +0100 Subject: [PATCH] Didn't need flex in the video section --- .../Project3-ProductLandingPage/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/style.css b/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/style.css index 72a936b..73b2bb1 100644 --- a/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/style.css +++ b/freeCodeCamp/responsive-web-design-projects/Project3-ProductLandingPage/style.css @@ -145,10 +145,7 @@ body { /* How To Section */ #videos { padding: 1em; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; + text-align: center; } .video + .video {