From b67845e28b8c2076948f88fa963e6193b2a00690 Mon Sep 17 00:00:00 2001 From: Ramesh Chaudhary Date: Mon, 18 Mar 2024 13:16:07 +0530 Subject: [PATCH 1/2] Fixing footer disclaimer style issue --- styles/template.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/styles/template.css b/styles/template.css index f15e266..6c33ab0 100644 --- a/styles/template.css +++ b/styles/template.css @@ -852,7 +852,7 @@ body.purple .mmg-collapsible.open>.module-title,body.purple .mmg-collapsible>.mo } .mmg-collapsible .module-title::before { - speak: none; + content: "\e905"; float: right; font-family: ald-icons!important; @@ -1500,3 +1500,29 @@ body.purple .mmg-tabs .tab.active,body.purple .mmg-tabs .tab:focus,body.purple . .alt-text-img { display: none } + +/* Fixing footer disclaimer style issue */ +#footer-black h6 { + font-size: 12px; + text-align: right; + max-width: 920px; + font-weight: 400; + width: 70%; +} + +#footer-black h6 a { + font-size: 14px; + display: inline-block; + margin-bottom: 15px; + font-weight: 700; +} + +@media (max-width:767px){ + #footer-black h6 { + text-align: left; + max-width: 100%; + width: 100%; + padding-top:30px; + } + +} \ No newline at end of file From 47a976cf4a42f1927ec13a194ab7647470744e25 Mon Sep 17 00:00:00 2001 From: Ramesh Chaudhary Date: Mon, 18 Mar 2024 13:22:19 +0530 Subject: [PATCH 2/2] Fixing lint error. --- styles/template.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/template.css b/styles/template.css index 6c33ab0..10f2cf0 100644 --- a/styles/template.css +++ b/styles/template.css @@ -852,7 +852,6 @@ body.purple .mmg-collapsible.open>.module-title,body.purple .mmg-collapsible>.mo } .mmg-collapsible .module-title::before { - content: "\e905"; float: right; font-family: ald-icons!important;