From 4c92b12bcb886507d5db738a27bd08e7654f8bfa Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 29 Mar 2021 21:32:28 +0530 Subject: Changed directory structer a but (?) --- src/components/Views/Home.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/components/Views/Home.css') diff --git a/src/components/Views/Home.css b/src/components/Views/Home.css index e69de29..39a8bc2 100644 --- a/src/components/Views/Home.css +++ b/src/components/Views/Home.css @@ -0,0 +1,11 @@ +@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap"); +/* Experimental color scheme */ +.view { + width: 80%; + margin: 2rem auto; } + +.view { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; } -- cgit v1.2.3