corrections updated
This commit is contained in:
parent
55c3de196b
commit
cd648808cc
@ -77,9 +77,9 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
|
||||
{/* <li className="hash-has-sub"><Link href="/speakers-single" className="hash-nav">Speakers Details</Link></li> */}
|
||||
</ul>
|
||||
</li>
|
||||
<li className="has-sub hash-has-sub"><span className={`submenu-button ${isAccordion == 3 ? "submenu-opened" : ""}`} onClick={() => handleAccordion(3)}><em /></span>
|
||||
<li className="has-sub hash-has-sub"><span className={`submenu-button ${isAccordion == 6 ? "submenu-opened" : ""}`} onClick={() => handleAccordion(6)}><em /></span>
|
||||
<Link href="/tamil-culture" className="hash-nav">Tamil Culture</Link>
|
||||
<ul className={`sub-menu ${isAccordion == 3 ? "open-sub" : ""}`} style={{ display: `${isAccordion == 3 ? "block" : "none"}` }}>
|
||||
<ul className={`sub-menu ${isAccordion == 6 ? "open-sub" : ""}`} style={{ display: `${isAccordion == 6 ? "block" : "none"}` }}>
|
||||
<li className="hash-has-sub"><Link href="/tamil-culture/tamil-festivals" className="hash-nav">Tamil Festivals</Link></li>
|
||||
<li className="hash-has-sub"><Link href="/tamil-culture/tamil-wedding-custom" className="hash-nav">Tamil Wedding & Custom</Link></li>
|
||||
<li className="hash-has-sub"><Link href="/tamil-culture/tamil-language" className="hash-nav">Tamil Language</Link></li>
|
||||
@ -111,7 +111,7 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
|
||||
<div className="single-footer">
|
||||
<h3>Contact Info</h3>
|
||||
<div className="footer1-contact-info">
|
||||
<div className="contact-info-single">
|
||||
{/* <div className="contact-info-single">
|
||||
<div className="contact-info-icon">
|
||||
<span><i className="fa-solid fa-phone-volume" /></span>
|
||||
</div>
|
||||
@ -120,7 +120,7 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
|
||||
7890">+1 123 456
|
||||
7890</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
<div className="contact-info-single">
|
||||
<div className="contact-info-icon">
|
||||
<span><i className="fa-solid fa-envelope" /></span>
|
||||
|
||||
@ -56,10 +56,10 @@ export default function Footer1() {
|
||||
<div className="link-content2">
|
||||
<h3>Contact Us</h3>
|
||||
<ul>
|
||||
<li>
|
||||
{/* <li>
|
||||
<Link href="/tel:+11234567890"><img src="/assets/img/home/call.webp" alt="" />+1 123 456
|
||||
7890</Link>
|
||||
</li>
|
||||
</li> */}
|
||||
<li>
|
||||
<Link href="/#"><img src="/assets/img/home/location.webp" alt="" />P.O. Box No:25068, Kitchener, <br />Ontario, N2A 4A5, Canada.</Link>
|
||||
</li>
|
||||
|
||||
@ -1242,7 +1242,8 @@ Location:
|
||||
transition: all 0.4s;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
background: var(--ztc-bg-bg-3);
|
||||
/* background: var(--ztc-bg-bg-3); */
|
||||
background-color: #ed1b24;
|
||||
padding: 16px 20px;
|
||||
display: inline-block;
|
||||
border-radius: 8px;
|
||||
@ -5043,7 +5044,8 @@ Location:
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
border-radius: 50%;
|
||||
background: var(--ztc-bg-bg-2);
|
||||
/* background: var(--ztc-bg-bg-2); */
|
||||
background-color: #ed1b24;
|
||||
color: var(--ztc-bg-bg-1);
|
||||
transition: all 0.4s;
|
||||
display: inline-block;
|
||||
@ -5075,7 +5077,8 @@ Location:
|
||||
text-align: center;
|
||||
line-height: 23px;
|
||||
display: inline-block;
|
||||
background: var(--ztc-bg-bg-3);
|
||||
/* background: var(--ztc-bg-bg-3); */
|
||||
background-color: #ed1b24;
|
||||
color: var(--ztc-bg-bg-2);
|
||||
transition: all 0.4s;
|
||||
border-radius: 50%;
|
||||
@ -28361,3 +28364,12 @@ h2.custom-text.aos-init.aos-animate{
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
@media (max-width: 425px) {
|
||||
h1.fw-bold,
|
||||
h2.colored-text,
|
||||
.intro-header h2,
|
||||
.intro-header h3,
|
||||
.heading2 h3 {
|
||||
font-size: 23px !important;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user