fix: layout
This commit is contained in:
parent
bcadbe0a60
commit
a2cd5337b3
1 changed files with 2 additions and 4 deletions
|
|
@ -33,18 +33,16 @@ export const Worship = ({ worship }: WorshipPageProps) => {
|
||||||
</div>
|
</div>
|
||||||
<Title
|
<Title
|
||||||
title={`${day}, ${localeDate}`}
|
title={`${day}, ${localeDate}`}
|
||||||
size={'xl'}
|
size={'lg'}
|
||||||
color={'contrast'}
|
color={'contrast'}
|
||||||
align={"center"}
|
align={"center"}
|
||||||
cancelled={worship.cancelled}
|
cancelled={worship.cancelled}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<p className={styles.liturgicalDay}>
|
<p className={styles.liturgicalDay}>
|
||||||
{liturgicalDay}
|
<strong>{liturgicalDay}</strong><br/><br/><br/>
|
||||||
</p>
|
</p>
|
||||||
</Section>
|
|
||||||
|
|
||||||
<Section padding={"medium"}>
|
|
||||||
<EventExcerpt>
|
<EventExcerpt>
|
||||||
<EventExcerptRow label={"Was:"}>
|
<EventExcerptRow label={"Was:"}>
|
||||||
{what}
|
{what}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue