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>
|
||||
<Title
|
||||
title={`${day}, ${localeDate}`}
|
||||
size={'xl'}
|
||||
size={'lg'}
|
||||
color={'contrast'}
|
||||
align={"center"}
|
||||
cancelled={worship.cancelled}
|
||||
/>
|
||||
|
||||
<p className={styles.liturgicalDay}>
|
||||
{liturgicalDay}
|
||||
<strong>{liturgicalDay}</strong><br/><br/><br/>
|
||||
</p>
|
||||
</Section>
|
||||
|
||||
<Section padding={"medium"}>
|
||||
<EventExcerpt>
|
||||
<EventExcerptRow label={"Was:"}>
|
||||
{what}
|
||||
|
|
|
|||
Loading…
Reference in a new issue