diff --git a/packages/nulp_elite/src/components/header.js b/packages/nulp_elite/src/components/header.js
index c17a60af..4c094f4c 100644
--- a/packages/nulp_elite/src/components/header.js
+++ b/packages/nulp_elite/src/components/header.js
@@ -639,7 +639,7 @@ function Header({ globalSearchQuery }) {
@@ -816,26 +826,30 @@ function Header({ globalSearchQuery }) {
open={Boolean(anchorElNav)}
onClose={handleCloseNavMenu}
>
-
+
@@ -979,7 +993,7 @@ function Header({ globalSearchQuery }) {
{/* Language Select */}
diff --git a/packages/nulp_elite/src/pages/profile/certificate.js b/packages/nulp_elite/src/pages/profile/certificate.js
index 3c8b66df..1e72bdfc 100644
--- a/packages/nulp_elite/src/pages/profile/certificate.js
+++ b/packages/nulp_elite/src/pages/profile/certificate.js
@@ -207,7 +207,7 @@ const Certificate = () => {
>
{t("MY_PROFILE")}
-
+
{" "}
{t("DOWNLOAD_CERTIFICATES")}
@@ -215,7 +215,7 @@ const Certificate = () => {
{t("BACK_TO_LEARNNG")}
diff --git a/packages/nulp_elite/src/styles/style.css b/packages/nulp_elite/src/styles/style.css
index ed27cd79..3ca9c3c2 100644
--- a/packages/nulp_elite/src/styles/style.css
+++ b/packages/nulp_elite/src/styles/style.css
@@ -2125,10 +2125,6 @@ button {
}
}
-.carousel-bx {
- padding: 9px 0 !important;
-}
-
.bg-darkblue {
background: #065872;
position: fixed;
@@ -2818,7 +2814,6 @@ button {
}
.header-bg {
- padding: 15px;
border-radius: 20px;
background: #f9fafc;
border: solid 1px #dddddd;
@@ -3805,3 +3800,9 @@ input:required::after {
padding: 3px 13px;
border-radius: 7px;
}
+.css-qiwgdb.MuiSelect-select {
+ white-space: initial;
+}
+.mb-20{
+ margin-bottom: 20px;
+}
\ No newline at end of file