diff --git a/src/components/Flex/Row.tsx b/src/components/Flex/Row.tsx index 31f8240..63be919 100644 --- a/src/components/Flex/Row.tsx +++ b/src/components/Flex/Row.tsx @@ -2,12 +2,13 @@ import styles from "./styles.module.scss" type RowProps = { children: React.ReactNode + gap?: number, alignItems?: "center" } -export const Row = ({ children, alignItems }: RowProps) => { +export const Row = ({ children, alignItems, gap }: RowProps) => { return ( -
+
{children}
) diff --git a/src/compositions/Footer/Footer.tsx b/src/compositions/Footer/Footer.tsx index f5bc3df..01eeb91 100644 --- a/src/compositions/Footer/Footer.tsx +++ b/src/compositions/Footer/Footer.tsx @@ -13,8 +13,9 @@ export const Footer = () => {
- + +
{ - + + +

Gemeinden

+
    +
  • St. Christophorus
  • +
  • St. Clara
  • +
  • St. Richard
  • +
+

Navigation @@ -32,6 +41,7 @@ export const Footer = () => {

  • Kontakt
  • Gottesdienste
  • +
  • Veranstaltungen
  • Datenschutz
  • Schutzkonzept
  • Impressum