diff --git a/client/src/components/Donation/donation-text-components.tsx b/client/src/components/Donation/donation-text-components.tsx index 8df1792ca2f..208f989ccfd 100644 --- a/client/src/components/Donation/donation-text-components.tsx +++ b/client/src/components/Donation/donation-text-components.tsx @@ -47,11 +47,13 @@ const FaqItem = ( const [isExpanded, setExpanded] = useState(false); return (
- {isExpanded && ( <> diff --git a/client/src/components/Donation/donation.css b/client/src/components/Donation/donation.css index da4c037fff6..2bb6675f6e1 100644 --- a/client/src/components/Donation/donation.css +++ b/client/src/components/Donation/donation.css @@ -526,6 +526,12 @@ a.patreon-button:hover { margin-inline-start: 0.25em; } +.faq-item h3 { + font-size: 1rem; + line-height: 1.5; + margin: 0; +} + .faq-item div { width: 100%; padding: 10px 15px;