From 98403e6a42e68279c54ecc23f6b29236f71bb24b Mon Sep 17 00:00:00 2001 From: Patel Harsh Date: Fri, 11 Oct 2024 00:56:46 +0530 Subject: [PATCH] CHANGED the APPERANCE of OUR TRAINERS section --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 2c66587..c69c51e 100644 --- a/style.css +++ b/style.css @@ -197,6 +197,8 @@ nav { overflow: hidden; transition: transform 0.3s ease-in-out; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); + border-radius: 20px; + padding-bottom: 20px; } .trainer__card:hover { @@ -365,8 +367,10 @@ nav { .trainer__grid { margin-top: 4rem; - display: grid; - gap: 1rem; + display: flex; + flex-direction: row; + gap: 1.5rem; + padding: 50px; } .trainer__card img {