This commit is contained in:
dhanush.s 2025-09-27 03:16:42 +05:30
parent 4c47555466
commit 95c7c6f95e

View File

@ -144,7 +144,7 @@
.green {
background: #9BE6C1;
background-image: url('templateapi/assets/images/unlockcarrer/internship.png');
background-image: url('assets/images/unlockcarrer/internship.png');
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
@ -152,7 +152,7 @@
.orange {
background: #fec192;
background-image: url('templateapi/assets/images/unlockcarrer/jobs.png');
background-image: url('assets/images/unlockcarrer/jobs.png');
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
@ -160,7 +160,7 @@
.blue {
background: #9bc9ff;
background-image: url('templateapi/assets/images/unlockcarrer/mentorship.png');
background-image: url('assets/images/unlockcarrer/mentorship.png');
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
@ -169,7 +169,7 @@
.purple {
background: #c8bbff;
background-image: url('templateapi/assets/images/unlockcarrer/practice.png');
background-image: url('assets/images/unlockcarrer/practice.png');
background-size: 120px;
background-repeat: no-repeat;
background-position: bottom right;
@ -177,7 +177,7 @@
.yellow {
background: #ffdd80;
background-image: url('templateapi/assets/images/unlockcarrer/competitions.png');
background-image: url('assets/images/unlockcarrer/competitions.png');
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
@ -185,7 +185,7 @@
.pink {
background: #ffb1cc;
background-image: url('templateapi/assets/images/unlockcarrer/more.png');
background-image: url('assets/images/unlockcarrer/more.png');
background-size: 115px;
background-repeat: no-repeat;
background-position: bottom right;
@ -1437,7 +1437,6 @@
display: flex;
gap: 20px;
overflow-x: hidden;
overflow-y: hidden;
scroll-behavior: smooth;
flex: 1;
max-width: 100%;