From 95c7c6f95ecef4e99abe0b3fa85e21eef0abf967 Mon Sep 17 00:00:00 2001 From: "dhanush.s" Date: Sat, 27 Sep 2025 03:16:42 +0530 Subject: [PATCH] fix: url --- main.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/main.css b/main.css index 2ed6862..b456160 100644 --- a/main.css +++ b/main.css @@ -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%;