From 12f07cb1ad73d2f9f81711b801d0a70a8a7581ff Mon Sep 17 00:00:00 2001 From: VividTruthKeeper Date: Wed, 1 Feb 2023 20:03:02 +0500 Subject: [PATCH] Video section only main --- src/App.tsx | 3 +-- src/pages/Main.tsx | 17 +++++++++++------ src/styles/_asideNews.scss | 4 ++++ src/styles/_category.scss | 8 ++++++-- src/styles/_main.scss | 2 +- src/styles/_news-article.scss | 2 +- src/styles/_news-section.scss | 8 +++++++- src/styles/_videos.scss | 2 +- 8 files changed, 32 insertions(+), 14 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1100489..b73418d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,7 +13,6 @@ import Category from "./pages/Category"; // Components import Header from "./components/header/Header"; -import Videos from "./components/videos/Videos"; import Footer from "./components/footer/Footer"; const App = () => { @@ -25,7 +24,7 @@ const App = () => { } /> } /> - +