Footer correction updated

This commit is contained in:
Selvi 2026-02-16 13:55:23 +05:30
parent 8f71e96a9c
commit 0d7c3b8eaf
4 changed files with 24 additions and 23 deletions

View File

@ -272,21 +272,27 @@
display: block; display: block;
} }
@media(max-width:"500px") { @media(max-width: 767px) {
.footer-menu-link { .footer-menu-link {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
} }
.footer-logo {
width: 100px;
height: 100px;
}
.footer-contact { .footer-contact {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
} }
.footer-widget {
text-align: center;
}
}
@media(max-width: 500px) {
.footer-logo {
width: 100px;
height: 100px;
}
} }

View File

@ -211,12 +211,12 @@
} }
.thaipoosam-iframe { .thaipoosam-iframe {
height: 1780px !important; height: 1550px !important;
width: 100%; width: 100%;
} }
.donation-iframe { .donation-iframe {
height: 1911px; height: 1915px;
width: 100%; width: 100%;
} }
@ -232,12 +232,7 @@
} }
.thaipoosam-iframe { .thaipoosam-iframe {
height: 1500px; height: 1480px;
width: 100%;
}
.donation-iframe {
height: 1911px;
width: 100%; width: 100%;
} }
} }
@ -259,7 +254,7 @@
} }
.donation-iframe { .donation-iframe {
height: 2000px; height: 2015px;
width: 100%; width: 100%;
} }
} }
@ -267,7 +262,7 @@
@media(max-width:500px) { @media(max-width:500px) {
.donation-iframe { .donation-iframe {
height: 2161px; height: 2165px;
width: 100%; width: 100%;
} }
@ -282,7 +277,7 @@
} }
.thaipoosam-iframe { .thaipoosam-iframe {
height: 1772px !important; height: 1650px !important;
width: 100%; width: 100%;
} }
@ -291,12 +286,12 @@
@media(max-width:375px) { @media(max-width:375px) {
.donation-iframe { .donation-iframe {
height: 2440px; height: 2520px;
width: 100%; width: 100%;
} }
.thaipoosam-iframe { .thaipoosam-iframe {
height: 1813px !important; height: 1840px !important;
width: 100%; width: 100%;
} }

View File

@ -301,7 +301,7 @@
} }
&.style2 { &.style2 {
padding: 60px; padding: 34px;
// margin-top: 50px; // margin-top: 50px;
.thumb { .thumb {

View File

@ -11,7 +11,7 @@ const FooterAreaOne = () => {
<div className="widget-area"> <div className="widget-area">
<div className="row justify-content-between"> <div className="row justify-content-between">
{/* Quick Links Section */} {/* Quick Links Section */}
<div className="col-md-6 col-xl-auto text-md-left text-center"> <div className="col-md-2 col-xl-auto text-md-left text-center">
<div className="widget widget_nav_menu footer-widget"> <div className="widget widget_nav_menu footer-widget">
<h3 className="widget_title">Quick Links</h3> <h3 className="widget_title">Quick Links</h3>
<div className="menu-all-pages-container"> <div className="menu-all-pages-container">
@ -34,7 +34,7 @@ const FooterAreaOne = () => {
</div> </div>
{/* Logo and Social Links Section */} {/* Logo and Social Links Section */}
<div className="col-md-6 col-xl-auto text-center"> <div className="col-md-5 col-xl-auto text-center">
<div className="widget footer-widget"> <div className="widget footer-widget">
<div className="widget-contact"> <div className="widget-contact">
<img <img
@ -64,7 +64,7 @@ const FooterAreaOne = () => {
</div> </div>
{/* Contact Section */} {/* Contact Section */}
<div className="col-md-6 col-xl-auto text-md-right"> <div className="col-md-5 col-xl-auto text-md-right">
<div className="widget footer-widget footer-contact"> <div className="widget footer-widget footer-contact">
<h3 className="widget_title">Contact</h3> <h3 className="widget_title">Contact</h3>
<div className="widget-contact"> <div className="widget-contact">