Skip to content

Commit 5999ed3

Browse files
authored
Merge pull request #540 from Kashish-010/main
Fixed the LeaderBoard Section Heading Display Issue
2 parents 50889d7 + 29017dd commit 5999ed3

2 files changed

Lines changed: 31 additions & 5 deletions

File tree

index.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,36 @@
4646
<link rel="stylesheet" href="styles/owl.carousel.min.css" />
4747
<link rel="stylesheet" href="styles/owl.theme.default.min.css" />
4848
<link rel="stylesheet" href="styles/fontawesome.css" />
49-
50-
<!-- Custom CSS -->
49+
<!-- Custom CSS & External Libraries -->
5150
<link
5251
rel="stylesheet"
5352
href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"
5453
/>
54+
<!-- Global / Main Styles -->
5555
<link rel="stylesheet" href="styles/main.css" />
56+
<link rel="stylesheet" href="./styles.css" />
57+
58+
<!-- External Libraries -->
5659
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
5760

61+
<!-- Optional: Challenge-specific styles -->
62+
<!-- <link rel="stylesheet" href="../styles/challenges.css" /> -->
63+
64+
<!-- === SMART PROGRESS DASHBOARD FEATURE START === -->
65+
<link rel="stylesheet" href="./styles/progress-dashboard.css" />
66+
<!-- === SMART PROGRESS DASHBOARD FEATURE END === -->
67+
68+
<!-- Inline custom tweaks -->
5869
<style>
5970
.icon-container {
6071
display: flex;
6172
gap: 6px;
6273
margin: 8px 0;
6374
font-size: 24px;
6475
}
65-
.icon-container i {
66-
transition: transform 0.2s ease;
67-
}
76+
.icon-container i {
77+
transition: transform 0.2s ease;
78+
}
6879
.icon-container i:hover {
6980
transform: scale(1.2);
7081
}

styles/main.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,13 @@ nav {
421421
font-weight: 700;
422422
}
423423

424+
.secHeader {
425+
text-align: center;
426+
font-size: 2rem;
427+
font-weight: 600;
428+
color: #131212b1;
429+
}
430+
424431
#leaderboardSection p {
425432
font-size: 1rem;
426433
color: #374151;
@@ -450,6 +457,14 @@ nav {
450457
box-shadow: 0 14px 32px rgba(0,0,0,0.18);
451458
}
452459

460+
.leaderboard-Para {
461+
text-align: center;
462+
opacity: 0.8;
463+
color: #131212b1;
464+
width: 50%;
465+
font-size: 1.2rem;
466+
}
467+
453468
/* ===== Rows ===== */
454469
.leaderboard-row {
455470
display: flex;

0 commit comments

Comments
 (0)