From ba87dbc9e6c99d46b8f992dceb05bc32b7ceeeb3 Mon Sep 17 00:00:00 2001 From: "dhanush.s" Date: Sat, 27 Sep 2025 03:54:49 +0530 Subject: [PATCH] fix: feat --- index.html | 12 ------------ main.css | 9 +++++++++ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 90f1ca8..949b7df 100644 --- a/index.html +++ b/index.html @@ -521,12 +521,8 @@ "

-<<<<<<< HEAD "The Kodepilot curriculum is laser-focused on job placement. I mastered the required skills and secured my position at GBL with confidence." -======= - "The Kodepilot curriculum is laser-focused on job placement. I mastered the required skills and secured my position at GBL with confidence." ->>>>>>> content

@@ -547,12 +543,8 @@ "

-<<<<<<< HEAD "After taking the QA and DevOps courses, Kodepilot made me ready for the global stage. I was immediately placed with a top-tier company: Accenture." -======= - "After taking the QA and DevOps courses, Kodepilot made me ready for the global stage. I was immediately placed with a top-tier company: Accenture." ->>>>>>> content

@@ -572,12 +564,8 @@ "

-<<<<<<< HEAD "Kodepilot's training in AWS and DevOps was the key to my career breakthrough. I went from learning the skills to successfully landing a role at Infosys." -======= - "Kodepilot's training in AWS and DevOps was the key to my career breakthrough. I went from learning the skills to successfully landing a role at Infosys." ->>>>>>> content

diff --git a/main.css b/main.css index cd99216..49b0f9b 100644 --- a/main.css +++ b/main.css @@ -1282,6 +1282,7 @@ background-color: #F6F8FA; border-radius: 20px; overflow: hidden; + margin: 20px; } .card-easy-left { @@ -1581,6 +1582,14 @@ left: 0; } + .practice-cards-container { + background-color: #ffffff; + color: #1f2937; + padding: 40px 20px; + display: flex; + flex-direction: column; + align-items: flex-start; + } .practice-title { font-size: 32px;