-
![]()
+
+
![]()
+
EIN: 26-3043727
+
@@ -121,6 +124,9 @@ export default {
DonationFooterText() {
return this.getCmsContent(this.cmsWidgetName, "FooterText");
},
+ DonationFooterText2() {
+ return this.getCmsContent(this.cmsWidgetName, "FooterText2");
+ },
LogoImage() {
return this.getCmsContent("DonationWidget", "Image");
},
@@ -195,8 +201,26 @@ export default {
}
}
- img {
- width: 5rem;
+ .logo-block {
+ display: flex;
+ flex-direction: column;
+ background: white;
+ align-items: flex-start;
+ justify-content: center;
+ padding: 0 0.5rem;
+ margin-right: 1rem;
+ height: max-content;
+
+ img {
+ width: 88px;
+ }
+
+ span {
+ font-size: 0.625rem;
+ margin: 0 auto;
+ padding: 0.5rem 0;
+ font-family: UrbanistSemibold;
+ }
}
.donation-slider {