From f92f3965817abaeebd4a0ff73b4a8b1e2d8a8239 Mon Sep 17 00:00:00 2001 From: gaurav_hexa Date: Fri, 17 Sep 2021 16:49:30 +0530 Subject: [PATCH] some products are added --- .../src/app/components/home/home.component.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Angular-UrbanBazaar/src/app/components/home/home.component.css b/Angular-UrbanBazaar/src/app/components/home/home.component.css index e0e2b2c..c96090b 100644 --- a/Angular-UrbanBazaar/src/app/components/home/home.component.css +++ b/Angular-UrbanBazaar/src/app/components/home/home.component.css @@ -9,7 +9,7 @@ body { margin-left: 1250px; border-radius: 15px; padding: 10px; - margin-top: 10px; + margin-top: 5px; border-color: antiquewhite; } @@ -21,11 +21,11 @@ body { font-weight: 600; } .card{ - max-width: 300px; + max-width: 200px; border-width: 1px; border-color:antiquewhite; text-align: center; - margin-top: 12px; + margin-top: 10px; font-family: Arial, Helvetica, sans-serif; border-radius: 12px; box-shadow: 0.5em; @@ -38,5 +38,7 @@ body { .cardParent{ display: flex; justify-content: space-between; - flex-grow:1; + flex-direction: row; + flex-grow:auto; + flex-wrap: wrap; } \ No newline at end of file