Fix campaign, ministry, and service entry typography to use responsive CSS variables
This commit is contained in:
@@ -3239,13 +3239,13 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.service-entry h2{
|
.service-entry h2{
|
||||||
font-size: 44px;
|
font-size: var(--font-size-3xl);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-entry h3{
|
.service-entry h3{
|
||||||
font-size: 20px;
|
font-size: var(--font-size-base);
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
@@ -4093,7 +4093,7 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.campaign-donate-item h3{
|
.campaign-donate-item h3{
|
||||||
font-size: 34px;
|
font-size: var(--font-size-2xl);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--white-color);
|
color: var(--white-color);
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
@@ -4113,13 +4113,13 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.campaign-entry h2{
|
.campaign-entry h2{
|
||||||
font-size: 44px;
|
font-size: var(--font-size-3xl);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.campaign-entry h3{
|
.campaign-entry h3{
|
||||||
font-size: 20px;
|
font-size: var(--font-size-base);
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
@@ -4404,13 +4404,13 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ministry-entry h2{
|
.ministry-entry h2{
|
||||||
font-size: 44px;
|
font-size: var(--font-size-3xl);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ministry-entry h3{
|
.ministry-entry h3{
|
||||||
font-size: 20px;
|
font-size: var(--font-size-base);
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
@@ -5254,7 +5254,7 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.service-entry h2{
|
.service-entry h2{
|
||||||
font-size: 36px;
|
font-size: var(--font-size-3xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-catagery-list{
|
.service-catagery-list{
|
||||||
@@ -5427,7 +5427,7 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.campaign-donate-item h3{
|
.campaign-donate-item h3{
|
||||||
font-size: 30px;
|
font-size: var(--font-size-2xl);
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -5440,7 +5440,7 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.campaign-entry h2{
|
.campaign-entry h2{
|
||||||
font-size: 36px;
|
font-size: var(--font-size-3xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
.campaign-gallery img{
|
.campaign-gallery img{
|
||||||
@@ -5491,7 +5491,7 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ministry-entry h2{
|
.ministry-entry h2{
|
||||||
font-size: 36px;
|
font-size: var(--font-size-3xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ministry-entry ul li{
|
.ministry-entry ul li{
|
||||||
@@ -5918,11 +5918,11 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.service-entry h2{
|
.service-entry h2{
|
||||||
font-size: 28px;
|
font-size: var(--font-size-3xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-entry h3{
|
.service-entry h3{
|
||||||
font-size: 18px;
|
font-size: var(--font-size-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-entry ul{
|
.service-entry ul{
|
||||||
@@ -6053,16 +6053,20 @@ header.main-header .header-sticky.active{
|
|||||||
width: calc(33.33% - 13.33px);
|
width: calc(33.33% - 13.33px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.campaign-donate-item h3{
|
.campaign-donate-item h3{
|
||||||
font-size: 26px;
|
font-size: var(--font-size-2xl);
|
||||||
|
}
|
||||||
|
|
||||||
|
.campaign-entry h2{
|
||||||
|
font-size: var(--font-size-3xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
.campaign-donate-item p{
|
.campaign-donate-item p{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.campaign-entry h2{
|
.campaign-entry h2{
|
||||||
font-size: 28px;
|
font-size: var(--font-size-3xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
.campaign-entry ul{
|
.campaign-entry ul{
|
||||||
@@ -6105,7 +6109,7 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ministry-entry h2{
|
.ministry-entry h2{
|
||||||
font-size: 28px;
|
font-size: var(--font-size-3xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ministry-entry ul li{
|
.ministry-entry ul li{
|
||||||
|
|||||||
Reference in New Issue
Block a user