Skip to content

Commit 2e87868

Browse files
feat: always show footer, add service time
1 parent 62516f6 commit 2e87868

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</head>
2929

3030
<body class="min-h-dvh flex flex-col gap-10 justify-center p-4">
31-
<main class="w-full max-w-2xl mx-auto flex flex-col md:flex-row md:flex-1 justify-center md:justify-normal md:items-center md:mb-[max(1rem,5%)]">
31+
<main class="w-full max-w-2xl mx-auto flex flex-col md:flex-row justify-center md:justify-normal md:items-center md:mb-[max(1rem,5%)]">
3232
<h1 class="md:flex-1 text-xl md:pe-12 mb-10">
3333
<img class="m-auto" src="https://kbckcstorage.blob.core.windows.net/photos/kbc-logo-black-on-transparent.png" alt="Koinonia Bible Church" width="264">
3434
</h1>
@@ -44,8 +44,11 @@ <h1 class="md:flex-1 text-xl md:pe-12 mb-10">
4444
</a>
4545
</nav>
4646
</main>
47-
<footer>
48-
<address class="text-center md:hidden">
47+
<footer class="text-center">
48+
<div class="mb-4">
49+
Sundays at <time datetime="10:30">10:30 AM</time>
50+
</div>
51+
<address>
4952
<p>Koinonia Bible Church</p>
5053
<p>7020 Richmond Ave</p>
5154
<p>Kansas City, MO 64133</p>

0 commit comments

Comments
 (0)