Iframe responsive scoll removed
This commit is contained in:
parent
d1936a54d7
commit
36de60897d
@ -28,6 +28,7 @@ export default function Section1() {
|
|||||||
>
|
>
|
||||||
<iframe
|
<iframe
|
||||||
title="Donation form powered by Zeffy"
|
title="Donation form powered by Zeffy"
|
||||||
|
className='annual-membership'
|
||||||
src="https://www.zeffy.com/en-CA/ticketing/tca-annual-membership--2026"
|
src="https://www.zeffy.com/en-CA/ticketing/tca-annual-membership--2026"
|
||||||
style={{
|
style={{
|
||||||
width: "100%",
|
width: "100%",
|
||||||
|
|||||||
@ -720,7 +720,7 @@ Location:
|
|||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.heading1 h1 {
|
.heading1 h1 {
|
||||||
font-size: var(--ztc-font-size-font-s32);
|
font-size: var(--ztc-font-size-font-s28);
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -20376,7 +20376,7 @@ html {
|
|||||||
padding: 12px 10px;
|
padding: 12px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.texture{
|
.texture {
|
||||||
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #ce2029 !important;
|
color: #ce2029 !important;
|
||||||
@ -20384,7 +20384,7 @@ html {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.textured{
|
.textured {
|
||||||
|
|
||||||
font-size: 22px !important;
|
font-size: 22px !important;
|
||||||
color: #ce2029 !important;
|
color: #ce2029 !important;
|
||||||
@ -20392,7 +20392,7 @@ html {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.metered-data img{
|
.metered-data img {
|
||||||
|
|
||||||
margin-right: 6px !important;
|
margin-right: 6px !important;
|
||||||
|
|
||||||
@ -26295,6 +26295,31 @@ html {
|
|||||||
letter-spacing: -0.64px;
|
letter-spacing: -0.64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1540px) {
|
||||||
|
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
|
||||||
|
font-family: var(--grotesk) !important;
|
||||||
|
font-size: var(--ztc-font-size-font-s18);
|
||||||
|
font-weight: var(--ztc-weight-medium);
|
||||||
|
color: #fff;
|
||||||
|
display: block;
|
||||||
|
transition: all 0.4s;
|
||||||
|
padding: 0px 13px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1360px) {
|
||||||
|
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
|
||||||
|
font-family: var(--grotesk) !important;
|
||||||
|
font-size: var(--ztc-font-size-font-s18);
|
||||||
|
font-weight: var(--ztc-weight-medium);
|
||||||
|
color: #fff;
|
||||||
|
display: block;
|
||||||
|
transition: all 0.4s;
|
||||||
|
padding: 0px 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.event6-section-area .event6-widget-boxarea3 .content-area h3 {
|
.event6-section-area .event6-widget-boxarea3 .content-area h3 {
|
||||||
font-size: var(--ztc-font-size-font-s24);
|
font-size: var(--ztc-font-size-font-s24);
|
||||||
@ -28596,4 +28621,12 @@ h2.custom-text.aos-init.aos-animate {
|
|||||||
width: 719px;
|
width: 719px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 425px) {
|
||||||
|
.annual-membership {
|
||||||
|
width: 100%;
|
||||||
|
height: 1272px;
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user