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{
|
||||
font-size: 44px;
|
||||
font-size: var(--font-size-3xl);
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.service-entry h3{
|
||||
font-size: 20px;
|
||||
font-size: var(--font-size-base);
|
||||
text-transform: capitalize;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@@ -4093,7 +4093,7 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.campaign-donate-item h3{
|
||||
font-size: 34px;
|
||||
font-size: var(--font-size-2xl);
|
||||
font-weight: 500;
|
||||
color: var(--white-color);
|
||||
margin-bottom: 10px;
|
||||
@@ -4113,13 +4113,13 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.campaign-entry h2{
|
||||
font-size: 44px;
|
||||
font-size: var(--font-size-3xl);
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.campaign-entry h3{
|
||||
font-size: 20px;
|
||||
font-size: var(--font-size-base);
|
||||
text-transform: capitalize;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@@ -4404,13 +4404,13 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.ministry-entry h2{
|
||||
font-size: 44px;
|
||||
font-size: var(--font-size-3xl);
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.ministry-entry h3{
|
||||
font-size: 20px;
|
||||
font-size: var(--font-size-base);
|
||||
text-transform: capitalize;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@@ -5254,7 +5254,7 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.service-entry h2{
|
||||
font-size: 36px;
|
||||
font-size: var(--font-size-3xl);
|
||||
}
|
||||
|
||||
.service-catagery-list{
|
||||
@@ -5427,7 +5427,7 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.campaign-donate-item h3{
|
||||
font-size: 30px;
|
||||
font-size: var(--font-size-2xl);
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@@ -5440,7 +5440,7 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.campaign-entry h2{
|
||||
font-size: 36px;
|
||||
font-size: var(--font-size-3xl);
|
||||
}
|
||||
|
||||
.campaign-gallery img{
|
||||
@@ -5491,7 +5491,7 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.ministry-entry h2{
|
||||
font-size: 36px;
|
||||
font-size: var(--font-size-3xl);
|
||||
}
|
||||
|
||||
.ministry-entry ul li{
|
||||
@@ -5918,11 +5918,11 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.service-entry h2{
|
||||
font-size: 28px;
|
||||
font-size: var(--font-size-3xl);
|
||||
}
|
||||
|
||||
.service-entry h3{
|
||||
font-size: 18px;
|
||||
font-size: var(--font-size-base);
|
||||
}
|
||||
|
||||
.service-entry ul{
|
||||
@@ -6054,7 +6054,11 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.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{
|
||||
@@ -6062,7 +6066,7 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.campaign-entry h2{
|
||||
font-size: 28px;
|
||||
font-size: var(--font-size-3xl);
|
||||
}
|
||||
|
||||
.campaign-entry ul{
|
||||
@@ -6105,7 +6109,7 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.ministry-entry h2{
|
||||
font-size: 28px;
|
||||
font-size: var(--font-size-3xl);
|
||||
}
|
||||
|
||||
.ministry-entry ul li{
|
||||
|
||||
Reference in New Issue
Block a user