volunteer iframe issue solved
This commit is contained in:
parent
653e382c52
commit
43c166e07a
@ -27,7 +27,7 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
|
|||||||
<div className={`mobile-sidebar mobile-sidebar1 ${isMobileMenu ? 'mobile-menu-active' : ''}`}>
|
<div className={`mobile-sidebar mobile-sidebar1 ${isMobileMenu ? 'mobile-menu-active' : ''}`}>
|
||||||
<div className="logosicon-area">
|
<div className="logosicon-area">
|
||||||
<div className="logos">
|
<div className="logos">
|
||||||
<img src="/assets/img/logo/logo2.png" alt="" />
|
<img src="/assets/img/logo-tca.png" alt="logo" width="60" height="80" />
|
||||||
</div>
|
</div>
|
||||||
<div className="menu-close" onClick={handleMobileMenu}>
|
<div className="menu-close" onClick={handleMobileMenu}>
|
||||||
<i className="fa-solid fa-xmark" />
|
<i className="fa-solid fa-xmark" />
|
||||||
|
|||||||
@ -23,13 +23,16 @@ export default function Section1() {
|
|||||||
<div className="flex_column av-cx34h4-a8d3062fb9de0a0faadd0da67fb825e0 av_one_half avia-builder-el-0 el_before_av_one_half avia-builder-el-first first flex_column_div av-zero-column-padding h-100">
|
<div className="flex_column av-cx34h4-a8d3062fb9de0a0faadd0da67fb825e0 av_one_half avia-builder-el-0 el_before_av_one_half avia-builder-el-first first flex_column_div av-zero-column-padding h-100">
|
||||||
<section className="avia_codeblock_section avia_code_block_0 h-100" itemScope itemType="https://schema.org/CreativeWork">
|
<section className="avia_codeblock_section avia_code_block_0 h-100" itemScope itemType="https://schema.org/CreativeWork">
|
||||||
<div className="avia_codeblock h-100" itemProp="text">
|
<div className="avia_codeblock h-100" itemProp="text">
|
||||||
<div style={{
|
<div
|
||||||
position: "relative",
|
style={{
|
||||||
overflow: "hidden",
|
position: "relative",
|
||||||
width: "100%",
|
overflow: "hidden",
|
||||||
height: "100%",
|
width: "100%",
|
||||||
paddingTop: "0px",
|
height: "350px",
|
||||||
}}>
|
paddingTop: "0px",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
|
||||||
<iframe
|
<iframe
|
||||||
title="Donation form powered by Zeffy"
|
title="Donation form powered by Zeffy"
|
||||||
style={{
|
style={{
|
||||||
@ -66,7 +69,7 @@ export default function Section1() {
|
|||||||
{/* <div className="space20" /> */}
|
{/* <div className="space20" /> */}
|
||||||
|
|
||||||
<div className="img right-img">
|
<div className="img right-img">
|
||||||
<img src="/assets/img/online/event-volunteers/volunteer-1.webp" alt="" />
|
<img src="/assets/img/online/event-volunteers/volunteer-3.webp" alt="" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user