We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5c00a commit a6aee69Copy full SHA for a6aee69
pages/about.js
@@ -3,6 +3,7 @@ import TwoColumn from '@/components/containers/TwoColumn';
3
import { white, primary, primaryAccent } from '@/styles/TwoColumn.module.scss';
4
import CardsColumns from '@/components/containers/CardsColumns';
5
import Title from '@/components/snippets/Title';
6
+import Container from '@/components/containers/Container';
7
8
export default function AboutUs() {
9
return (
@@ -91,7 +92,9 @@ export default function AboutUs() {
91
92
/>
93
</RevealContentContainer>
94
<RevealContentContainer>
- <Title title='Our goals' />
95
+ <Container>
96
+ <Title title='Our goals' />
97
+ </Container>
98
<CardsColumns
99
titles={['1', '2']}
100
images={['/images/join-us.webp', '/images/volunteer.webp']}
0 commit comments